1. 16 Aug, 2018 1 commit
  2. 20 Jul, 2018 1 commit
  3. 12 Jul, 2018 1 commit
  4. 19 Jun, 2018 1 commit
  5. 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
  6. 08 Jun, 2018 4 commits
    • 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
    • Chris Bracken's avatar
      Revert "It's time to #deleteDart1 (#18293)" (#18313) · 9495df4b
      Chris Bracken authored
      Several benchmarks started failing during kernel compile:
      1. Timeouts:
         * commands_test
         * hot_mode_dev_cycle__benchmark
         * run_machine_concurrent_hot_reload
         * service_extensions_test
      
      2. Kernel compiler crash:
         * hot_mode_dev_cycle_linux__benchmark
         * routing_test
      
      3. Unexpected termination:
         * hot_mode_dev_cycle_win__benchmark
      
      This reverts commit ed63e708.
      9495df4b
    • Chris Bracken's avatar
      It's time to #deleteDart1 (#18293) · ed63e708
      Chris Bracken authored
      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.
      ed63e708
    • Chris Bracken's avatar
      Count kernel bytes in bytes synced by DevFS.update (#18288) · 0e4770e8
      Chris Bracken authored
      DevFS.update() returns the number of bytes synced from the host to the
      target device. When running in Dart 2 mode, ensure that the size of the
      kernel file is included in the count of bytes synced.
      0e4770e8
  7. 07 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Eliminiate concurrent map key set modification (#18284) · 0628a1fb
      Chris Bracken authored
      Iterates over a copy of the dirty entries list rather than the original,
      in order to avoid the potential for a concurrent modification exception
      when fileUris are removed/added later in the loop.
      
      This occurs when non-asset URIs (Dart sources) are listed in the dirty
      set when --preview-dart-2 is enabled (the default).
      0628a1fb
  8. 05 Jun, 2018 2 commits
  9. 04 May, 2018 2 commits
  10. 12 Apr, 2018 1 commit
  11. 11 Apr, 2018 1 commit
    • Alexander Aprelev's avatar
      Sync .packages file as a normal input file. (#16467) · 4c221231
      Alexander Aprelev authored
      * Sync .packages file as regular file.
      
      Currently .packages file is treated specially as DevFSStringContent to accommodate package-file rewrite when it is sent to the device for dart1 compilation. In dart2 we need to treat .packages as regular file because from frontend perspective it's just a normal input file.
      4c221231
  12. 24 Mar, 2018 1 commit
  13. 19 Mar, 2018 1 commit
  14. 17 Mar, 2018 3 commits
  15. 12 Mar, 2018 1 commit
  16. 08 Mar, 2018 1 commit
  17. 06 Mar, 2018 3 commits
  18. 20 Feb, 2018 1 commit
  19. 14 Feb, 2018 1 commit
  20. 31 Jan, 2018 1 commit
    • jensjoha's avatar
      [kernel/flutter] Improve speed of first hot reload (#13699) · 5ccd5a1e
      jensjoha authored
      * [kernel/flutter] Improve speed of first hot reload
      
      * [kernel/flutter] Improve speed of first hot reload
      
      * Revert "[kernel/flutter] Improve speed of first hot reload"
      
      This reverts commit f3dc133878ec7405a8efb5715f1cfe720f4ea05f.
      
      * Revert "[kernel/flutter] Improve speed of first hot reload"
      
      This reverts commit f7bcb082b01cf9cf48f02c6aad9e5c79705def8f.
      
      * Revert "Revert "[kernel/flutter] Improve speed of first hot reload""
      
      This reverts commit 73c7a1a8e85a4c0397984d8b65a98b2f71bf84f3.
      
      * [kernel/flutter] Improve speed of first hot reload
      
      Do so by not evicting unnecessary paths (while still evicting paths
      that was changed between the generation of the package file and the
      initial upload).
      
      * Fix grammar in method name
      
      * Fix bad merge
      
      * Add method to super class
      5ccd5a1e
  21. 10 Nov, 2017 1 commit
  22. 25 Oct, 2017 1 commit
  23. 22 Oct, 2017 1 commit
  24. 19 Oct, 2017 1 commit
  25. 13 Oct, 2017 1 commit
  26. 12 Oct, 2017 2 commits
    • Ryan Macnak's avatar
      Reapply "When parts of the program are changed in a hot reload, but not... · 07a4b4c4
      Ryan Macnak authored
      Reapply "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed." (#12490)
      
      This reverts commit 5e7bcbac.
      
      `flutter run --benchmark` was triggering a different quick bailout path in the VM than `flutter run`. The failure has been fixed upstream.
      07a4b4c4
    • Alexander Aprelev's avatar
      Fix restart flow for preview-dart-2 mode. (#12496) · 85e4f052
      Alexander Aprelev authored
      * Fix restart flow for preview-dart-2 mode.
      
      Restart in preview-dart-2 needs to use kernel file and it has to be complete, rather than incremental kernel file.
      
      * Add curly braces
      
      * Do full compile on restart
      
      * Roll engine to pick up changes to hot reload for preview-dart-2
      85e4f052
  27. 05 Oct, 2017 1 commit
    • Ryan Macnak's avatar
      Revert "When parts of the program are changed in a hot reload, but not... · 5e7bcbac
      Ryan Macnak authored
      Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406)
      
      This reverts commit 90028813.
      
      This change caused a few bots to fail with 'JSON-RPC error 110: Extension error', which is odd because _getUnusedChangesInLastReload is not an extension.
      5e7bcbac
  28. 04 Oct, 2017 1 commit
  29. 27 Sep, 2017 1 commit
  30. 21 Sep, 2017 1 commit