- Jun 22, 2018
-
-
Bob Nystrom authored
* Move pub fully onto Dart 2 and off Dart 1. - Have the tests run pub in Dart 2 mode. This unfortunately makes them much slower when running from source, but creating a pub snapshot helps. - Only generate Dart 2 snapshots when precompiling. - Remove tests around Dart 1 snapshots. - Remove test utility code for running pub in Dart 1 mode. - Change pub [global] run [un]checked mode tests to use assert(). The tests around outdated snapshots are failing because the old code for detecting a bad snapshot version error does not seem to work in the Dart 2 VM. I have an email thread going for that, but I wanted to send this out in the meantime. * Fix pub SDK snapshot extension.
-
- Jun 20, 2018
-
-
Bob Nystrom authored
* Fix pub now that the VM no longer supports "--preview-dart-2". Pub fails to create snapshots on install because it's passing a flag the VM no longer recognizes. This fixes that. Also fixed a couple of runtime cast errors in a test. * Create Dart 1 snapshot in Dart 1 mode.
-
- May 24, 2018
-
-
Natalie Weizenbaum authored
-
- Feb 10, 2018
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
- Sep 07, 2017
-
-
Kevin Moore authored
-
- Jul 11, 2017
-
-
Natalie Weizenbaum authored
This allows packages to declare features with dependencies, and to opt in to those features in dependency declarations. See #1593
-
- Jun 08, 2017
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
- Jun 01, 2017
-
-
Natalie Weizenbaum authored
This reverts commit 830e1481. This wasn't intended to be committed yet.
-
Natalie Weizenbaum authored
-