1. 24 Jan, 2022 1 commit
  2. 02 Nov, 2021 1 commit
  3. 19 Oct, 2021 1 commit
  4. 15 Oct, 2021 2 commits
  5. 11 Oct, 2021 1 commit
  6. 30 Aug, 2021 1 commit
    • Sigurd Meldgaard's avatar
      Stop calling top level pub (#89032) · bce36620
      Sigurd Meldgaard authored
      * Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
      
      The top level `pub` commmand has been deprecated and will print
      a message. It is however implemented via the __deprecated_pub command
      that prints no message.
      bce36620
  7. 23 Aug, 2021 1 commit
  8. 01 Jul, 2021 1 commit
  9. 30 Jun, 2021 3 commits
  10. 24 Jun, 2021 1 commit
  11. 02 Jun, 2021 1 commit
  12. 21 May, 2021 1 commit
  13. 13 May, 2021 1 commit
  14. 28 Apr, 2021 1 commit
  15. 23 Apr, 2021 1 commit
  16. 09 Apr, 2021 1 commit
  17. 07 Apr, 2021 1 commit
  18. 08 Mar, 2021 1 commit
  19. 18 Feb, 2021 1 commit
  20. 12 Feb, 2021 1 commit
  21. 08 Feb, 2021 1 commit
  22. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  23. 03 Feb, 2021 1 commit
  24. 27 Jan, 2021 1 commit
  25. 14 Dec, 2020 1 commit
  26. 04 Dec, 2020 1 commit
  27. 01 Dec, 2020 1 commit
  28. 16 Nov, 2020 1 commit
    • Anna Gringauze's avatar
      [flutter_tools] Add bot configuration to run web_tool_tests for linux, mac, and windows (#70412) · f9df1935
      Anna Gringauze authored
      * Move web integration tool tests to web.shard
      
      Web integration tool tests depend on DDC changes in SDK. This change
      moves them to a separate shard and subshard so CI bot configurations
      can run them separately.
      
      In particular, with will allow running those tests on dart CI flutter
      HHH web bot instead of a non-web one, allowing early detection and easy
      classification of issues caused by SDK changes as VM- or Web related.
      
      * Enabled verbose mode for flaky web_tool_tests
      
      * fixed local engine crash with --enable-asserts
      
      * Disable failing tests, fix local engine with asserts
      
      * Removed mac web_tool_tests bot
      
      * Addressed CR comments
      
      * Add disabled mac web_tool_tests and disable win web_tool_tests
      f9df1935
  29. 29 Oct, 2020 1 commit
  30. 06 Aug, 2020 1 commit
  31. 30 Jun, 2020 1 commit
  32. 24 Jun, 2020 1 commit
  33. 23 Jun, 2020 1 commit
  34. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from compilers (#59184) · 447e3d3f
      Jonah Williams authored
      Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency.
      
      Updates machine mode to output trace text to stderr
      447e3d3f
  35. 16 Jun, 2020 2 commits
  36. 09 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] Reland: use correct sdk path for analysis (#59081) · 01e60a1c
      Jonah Williams authored
      flutter analyze was unconditionally using the cached dart-sdk for analysis, and was not running with the built SDK during local engine. This broke when trying to update the analyzer for null safety, since it required us to wait for the dart change to roll into the framework first.
      01e60a1c