Skip to content
Snippets Groups Projects
  1. Aug 06, 2018
  2. Aug 03, 2018
    • Nate Bosch's avatar
      Drop support for --packages-dir flag (#1958) · 0764363b
      Nate Bosch authored
      Towards #1952
      
      Drops support for the flag and updates tests that were depending on it
      or referring to it, but does not remove the supporting code. That will
      be done in a followup.
      
      - Parse but ignore the flag and warn when it is used.
      - Drop tests specifically for the packages dir behavior.
      - Remove unnecessary references to the flag.
      - Drop utility test code and constants for the packages dir.
      - Wherever possible replace checks for content within the packages dir
        with checks for content in the package spec, and sometimes cache.
      - When working with git shas which are unpredictable and have an ugly
        format in the package spec check instead for lines that contain the
        sha, or which have a package spec which either specificially did or
        did not change after an upgrade.
  3. Jul 30, 2018
  4. Jul 27, 2018
    • Nate Bosch's avatar
      Add deps for testing with build_runner (#1953) · 7080a984
      Nate Bosch authored
      Testing from kernel files saves time over testing from source. This does
      not switch Travis to test this way yet, but adds the deps to make it
      easier to use locally.
      
      Add a non-src lib file so get better behavior out of the coarse module
      strategy. Without this file every library ends up becoming it's own
      module.
  5. Jul 26, 2018
  6. Jul 10, 2018
  7. Jul 09, 2018
  8. Jun 26, 2018
  9. 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.
  10. Jun 20, 2018
  11. Jun 19, 2018
  12. Jun 13, 2018
  13. Jun 12, 2018
  14. Jun 06, 2018
  15. May 29, 2018
  16. May 24, 2018
  17. May 23, 2018
  18. May 19, 2018
  19. May 18, 2018
  20. May 10, 2018
  21. May 04, 2018
  22. May 02, 2018
  23. May 01, 2018
  24. Apr 30, 2018
Loading