1. 07 Oct, 2020 2 commits
  2. 06 Oct, 2020 1 commit
  3. 03 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [null-safety] add integration tests for sound null safety modes, add support... · ddb01a0c
      Jonah Williams authored
      [null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js (#67171)
      
      Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary.
      
      dart-lang/sdk#42253
      ddb01a0c
  4. 01 Oct, 2020 2 commits
  5. 29 Sep, 2020 1 commit
  6. 28 Sep, 2020 1 commit
  7. 25 Sep, 2020 1 commit
  8. 23 Sep, 2020 2 commits
    • Jacob MacDonald's avatar
      update to the latest null safe packages (#66384) · 9cee75ba
      Jacob MacDonald authored
      Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases.
      
      Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
      9cee75ba
    • Jonah Williams's avatar
      [flutter_tools] only lock if an upgrade/download will be performed... · f1472e1f
      Jonah Williams authored
      [flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422)
      
      Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances.
      
      Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released.
      
      Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
      f1472e1f
  9. 22 Sep, 2020 1 commit
  10. 21 Sep, 2020 2 commits
  11. 19 Sep, 2020 1 commit
  12. 18 Sep, 2020 1 commit
  13. 16 Sep, 2020 2 commits
  14. 15 Sep, 2020 2 commits
  15. 13 Sep, 2020 1 commit
  16. 10 Sep, 2020 1 commit
  17. 31 Aug, 2020 1 commit
  18. 28 Aug, 2020 1 commit
  19. 27 Aug, 2020 1 commit
  20. 26 Aug, 2020 1 commit
  21. 25 Aug, 2020 2 commits
  22. 20 Aug, 2020 1 commit
  23. 19 Aug, 2020 9 commits
  24. 13 Aug, 2020 2 commits