Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. Jul 10, 2018
  3. Jul 09, 2018
  4. Jun 26, 2018
  5. 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
  6. Jun 20, 2018
  7. Jun 19, 2018
  8. Jun 13, 2018
  9. Jun 12, 2018
  10. Jun 06, 2018
  11. May 29, 2018
  12. May 24, 2018
  13. May 23, 2018
  14. May 19, 2018
  15. May 18, 2018
  16. May 10, 2018
  17. May 04, 2018
  18. May 02, 2018
  19. May 01, 2018
  20. Apr 30, 2018
  21. Apr 25, 2018
  22. Apr 24, 2018
  23. Apr 23, 2018
  24. Apr 18, 2018
    • Nate Bosch's avatar
      Remove newFuture utility (#1875) · bc785149
      Nate Bosch authored
      This was unused except in one test where it isn't necessary
      bc785149
    • Nate Bosch's avatar
      Fix parse errors with `--preview-dart-2` (#1874) · 792ba089
      Nate Bosch authored
      We need the latest analyzer, front_end, and async to get past static
      errors in these packages. Shelf needs to be updated to get the latest
      async.
      
      Fix a static error that is not caught by the analyzer around reassigning
      the final `stackTrace` variable in a catch clause.
      792ba089
Loading