Skip to content
Snippets Groups Projects
  1. Jun 22, 2018
    • Bob Nystrom's avatar
      Move pub fully onto Dart 2 and off Dart 1. (#1933) · 2258022c
      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.
      2258022c
  2. Jun 20, 2018
  3. May 24, 2018
  4. Feb 10, 2018
  5. Sep 07, 2017
  6. Jul 11, 2017
  7. Jun 08, 2017
  8. Jun 01, 2017
Loading