- 29 Aug, 2022 1 commit
-
-
Zachary Anderson authored
-
- 05 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 31 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 26 Jan, 2022 1 commit
-
-
Christopher Fujino authored
-
- 13 Jan, 2022 1 commit
-
-
Spt authored
-
- 09 Dec, 2021 1 commit
-
-
Ian Hickson authored
-
- 23 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 03 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 10 May, 2021 1 commit
-
-
Anurag Roy authored
-
- 24 Mar, 2021 2 commits
-
-
Jia Hao authored
-
Jenn Magder authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
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
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 03 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 26 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Oct, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit ae06c19a.
-
Alexandre Ardhuin authored
-
- 14 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 13 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Oct, 2020 4 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] reland: fold process resolution logic into the flutter tool (#67957)" (#67968) This reverts commit bd813879.
-
Jonah Williams authored
Reland of #67669 The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. So that we can adjust/modify this logic, fold it into flutter and add some additional logging. caches the resolved executable per target directory, to avoid repeated look ups. Instead of throwing an argument error, attempts to run the executable as given if an exact path can't be found Accept files or symlinks for the executable path. user where/which to resolve path instead of package:process logic.
-
Jonah Williams authored
This reverts commit 10c78c26.
-
Jonah Williams authored
The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. Fold the resolution logic into the tool and use where/which instead of the package:process specific logic.
-
- 08 Oct, 2020 1 commit
-
-
Christopher Fujino authored
We used to use zip to verify the integrity of downloaded zip archives, but we now use unzip. This removes the .zip method from OperatingSystemUtils.
-
- 29 Sep, 2020 1 commit
-
-
Jonah Williams authored
it is possible for users that download the prebuilt SDKs to run the tool without unzip installed. Rather than crashing with an unclear argument error, exit the tool with a message on how to install that mirrors the message in the update_dart_sdk.sh script. Also applied to zip for completeness
-
- 17 Sep, 2020 1 commit
-
-
gaaclarke authored
-
- 02 Sep, 2020 1 commit
-
-
Jonah Williams authored
-
- 31 Aug, 2020 1 commit
-
-
Jonah Williams authored
This is no longer used, in favor of just attempting to unzip and handling the exception.
-
- 16 Jul, 2020 1 commit
-
-
Christopher Fujino authored
-
- 04 Jun, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit bbe18f75.
-
Jonah Williams authored
Work towards removal of package:archive and ideally more stable unzipping of artifacts. These commands are available in Powershell 5+, which we already require for windows.
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 14 Apr, 2020 1 commit
-
-
Zachary Anderson authored
* [flutter_tools] Handle empty gzip file on Windows * Update packages/flutter_tools/test/general.shard/base/os_test.dart Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> * Update packages/flutter_tools/test/general.shard/base/os_test.dart Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> * Update packages/flutter_tools/test/general.shard/base/os_test.dart Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 08 Apr, 2020 1 commit
-
-
Zachary Anderson authored
-
- 10 Mar, 2020 1 commit
-
-
Zachary Anderson authored
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 1 commit
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-