- 13 Jul, 2022 1 commit
-
-
jensjoha authored
Speedup coverage test runs by using (new) coverage handle with caching. On a `flutter test --coverage` run on `packages/flutter` the runtime goes from ~828 seconds to ~617 seconds, or a ~25% reduction in time spent (testing without coverage takes ~236 seconds so the overhead of `--coverage` in this case goes from ~592 seconds to ~381 seconds, or a ~35% reduction).
-
- 12 Jul, 2022 2 commits
-
-
Anurag Roy authored
-
Danny Tuppeny authored
* [flutter_tools] [dap] Add support for passing env variables to spawned processes * Use named args * Use in-memory fs and FakePlatform * Pass filesystem style to MemoryFileSystem
-
- 11 Jul, 2022 1 commit
-
-
Bryan Oltman authored
* Remove periods from pub --help command descriptions * Add trailing period consistently * Remove added period from PackagesInteractiveGetCommand description * Verify line ending for first line of command description * Update _allowedTrailingPatterns to validate that lines end with only one period, bang, or colon
-
- 10 Jul, 2022 1 commit
-
-
Alexander Biggs authored
-
- 07 Jul, 2022 3 commits
-
-
Christopher Fujino authored
-
Helin Shiah authored
* Pass URI converter from context to DDS * Match change that will be merged * Revert SDK web change
-
Alexander Aprelev authored
* Ensure build is done in incremental mode. This allows for faster bootstrapping of the compiler from previously created dill file. Fixes https://github.com/flutter/flutter/issues/107183 * Avoid initializeFromDill in aot mode * Update tests
-
- 06 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-
- 02 Jul, 2022 1 commit
-
-
David Iglesias authored
-
- 30 Jun, 2022 2 commits
-
-
Loïc Sharma authored
The `flutter doctor` command uses `vswhere.exe` to verify the Visual Studio installation. This `vswhere.exe` is known to encode its output incorrectly. This is problematic as the `description` property is localized, and in certain languages this results in invalid JSON due to the incorrect encoding. This change introduces a fallback to our `vswhere.exe` output parsing logic: if parsing JSON fails, remove the `description` property and retry parsing the JSON. This fix was also tested on the outputs provided here: https://github.com/flutter/flutter/issues/106601#issuecomment-1170138123 Addresses https://github.com/flutter/flutter/issues/106601
-
Zachary Anderson authored
-
- 29 Jun, 2022 2 commits
-
-
Daco Harkes authored
-
Zachary Anderson authored
-
- 28 Jun, 2022 1 commit
-
-
Helin Shiah authored
* Refactor daemon to check for project's supported platforms * Fix type issue
-
- 27 Jun, 2022 1 commit
-
-
Loïc Sharma authored
Previously developers had to edit their `Runner.rc` file to update their executable's version information. Now, version information will automatically be set from `flutter build`'s arguments or the `pubspec.yaml` file for new projects. Addresses https://github.com/flutter/flutter/issues/73652
-
- 25 Jun, 2022 1 commit
-
-
Brandon DeRosier authored
* 9508a368d Roll Dart SDK from 692562354d6d to d3b8091c30f0 (1 revision) (flutter/engine#34273) * a2985c034 Roll Fuchsia Linux SDK from F1U6IH2Nf... to aRT7s0Yct... (flutter/engine#34251) * 54867f360 Roll Skia from bdd0205ae470 to 4345a2ea731a (1 revision) (flutter/engine#34268) * 98221a22d Clean up text input configuration in clearTextInputClient (flutter/engine#34209) * b9e02cc83 Adds a license check shard to CI (flutter/engine#34274) * 1daf7ba98 [Impeller] Metal:Reset Encoder viewport and scissor rect in case the command specifies no opinion (flutter/engine#34252) * 83b9a591a [Linux] remove duplicate clone_string() in favor of g_strdup() (flutter/engine#34031) * Don't use .packages * Another attempt Co-authored-by:
engine-flutter-autoroll <engine-flutter-autoroll@skia.org>
-
- 24 Jun, 2022 3 commits
-
-
Christopher Fujino authored
-
Jesús S Guerrero authored
-
Gustl22 authored
-
- 23 Jun, 2022 1 commit
-
-
Christopher Fujino authored
-
- 21 Jun, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 20 Jun, 2022 1 commit
-
-
Anurag Roy authored
-
- 18 Jun, 2022 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
-
- 17 Jun, 2022 3 commits
-
-
Jonah Williams authored
-
Jesús S Guerrero authored
-
David Iglesias authored
-
- 16 Jun, 2022 3 commits
-
-
Sam Rawlins authored
-
Jesús S Guerrero authored
-
Loïc Sharma authored
Currently CMake is tested entirely through `build_linux_test.dart`. However, CMake is also used for Windows builds. This adds additional "generic" tests: 1. Parsing CMake files 2. Generating CMake config files. In the future, this will be used to test that generated CMake config files contain the expected version information, which will be used to flow version information to Windows executables. Part of https://github.com/flutter/flutter/issues/73652.
-
- 15 Jun, 2022 2 commits
-
-
Christopher Fujino authored
-
Jonah Williams authored
-
- 10 Jun, 2022 1 commit
-
-
Anurag Roy authored
-
- 09 Jun, 2022 2 commits
-
-
Lau Ching Jun authored
-
Lasse R.H. Nielsen authored
-
- 07 Jun, 2022 1 commit
-
-
Gary Qian authored
-
- 06 Jun, 2022 2 commits
-
-
Gary Qian authored
-
Christopher Fujino authored
-
- 03 Jun, 2022 1 commit
-
-
Jenn Magder authored
-