1. 07 Aug, 2018 1 commit
  2. 06 Aug, 2018 3 commits
  3. 02 Aug, 2018 4 commits
  4. 01 Aug, 2018 1 commit
  5. 27 Jul, 2018 2 commits
  6. 23 Jul, 2018 2 commits
  7. 20 Jul, 2018 1 commit
  8. 18 Jul, 2018 1 commit
  9. 16 Jul, 2018 2 commits
  10. 12 Jul, 2018 4 commits
  11. 10 Jul, 2018 1 commit
  12. 05 Jul, 2018 4 commits
  13. 28 Jun, 2018 1 commit
  14. 27 Jun, 2018 1 commit
  15. 26 Jun, 2018 1 commit
  16. 22 Jun, 2018 1 commit
  17. 19 Jun, 2018 2 commits
  18. 16 Jun, 2018 2 commits
  19. 15 Jun, 2018 3 commits
  20. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  21. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  22. 08 Jun, 2018 1 commit
    • Chris Bracken's avatar
      It's time to #deleteDart1 (again) (#18316) · 3daebd05
      Chris Bracken authored
      * It's time to #deleteDart1 (#18293)
      
      Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1
      benchmarks. All commands now run in Dart 1 mode only.
      
      Eliminates --preview-dart-2 / --no-preview-dart-2 support.
      
      * Fix indentation, remove no longer necessary .toList()
      
      * Only push udpated kernel if >0 invalidated srcs
      3daebd05