- 28 Mar, 2018 2 commits
-
-
Todd Volkert authored
Follow-up comments to #15984
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 20 Mar, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 14 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Mar, 2018 1 commit
-
-
Jason Simmons authored
-
- 09 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Mar, 2018 1 commit
-
-
Todd Volkert authored
Some file I/O is piped from OS processes and never completes, so without havign a timeout on the recording serialzation, we end up waiting forever on that I/O to complete.
-
- 28 Feb, 2018 1 commit
-
-
jcollins-g authored
* Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)" This reverts commit d2602947. * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model * AnsiSpinner needs to leave the cursor where it found it. * fix tests * Const constructor warning only shows up on windows...? * Avoid crash if we can't find the home directory * Make pathVarSeparator return a string in the mock * Implement review comments * Fix out-of-order problem on stop
-
- 21 Feb, 2018 2 commits
-
-
Todd Volkert authored
It was failing in the case of an AppContext being in scope but not having a `BotDetector` seeded in it.
-
jcollins-g authored
* Fix packages tests when run off bots * Tweak dependencies to make bots happy * Review comment
-
- 15 Feb, 2018 2 commits
-
-
xster authored
* Created plumbing but has stream problem * testing with makePipe * Trying pipe but not really getting anywhere * works by repeatedly reading line * Minor cleanup * works * Clean up pipe after use. * Move the last status forward * Make sure failed script commands bubble up
-
Todd Volkert authored
Reports from that commit included: * Doctor hanging * Doctor prompting to install JDK * AnsiStatus.cancel() printing elapsed time and extra newline * Printing extra spinner character at the end of each line
-
- 14 Feb, 2018 1 commit
-
-
jcollins-g authored
* Initial version, seems to work * Unit test for android license checker * Cleanups * Windows analyzer wants const. * Refinements to timeout * review comments * Forgot a nit
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Feb, 2018 2 commits
-
-
jcollins-g authored
* Populate AnsiTerminal in context for daemon launches * Strip out AnsiTerminal additions to context since they are no longer needed
-
Alexandre Ardhuin authored
-
- 26 Jan, 2018 1 commit
-
-
Ian Hickson authored
Also some trivial improvements to style.
-
- 16 Jan, 2018 1 commit
-
-
jcollins-g authored
* Revert "Revert "Make artifact downloading more robust for flaky networks" (#13995)" This reverts commit 33d8a035. * Use subdirectories to organize cached files * Fix unauthorized import
-
- 09 Jan, 2018 2 commits
-
-
jcollins-g authored
* Revert "Change github readme links to be served by github (#13929)" This reverts commit fd516d95. * Revert " Rename SemanticsFlags to SemanticsFlag (#13994)" This reverts commit 24e3f705. * Revert "Make artifact downloading more robust for flaky networks (#13984)" This reverts commit 4d37e03e.
-
jcollins-g authored
* First version * Add a clarifying comment * Add verify to ZipDecoder.decodeBytes call * Review comments * Need OS Error for missing files * FileSystemException, not OSError.
-
- 05 Jan, 2018 1 commit
-
-
jcollins-g authored
* First version * Prevent modification of .flutter during analytics test * Pass in directory and override analyzer warning due to conditional import * Review comments
-
- 07 Dec, 2017 1 commit
-
-
Devon Carew authored
* route device issue diagnostics to flutter doctor * review comments * review comments
-
- 17 Nov, 2017 2 commits
-
-
Todd Volkert authored
I get this error when piping an `echo` string to the stdin of the flutter tool. https://github.com/dart-lang/sdk/issues/29083
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
- 11 Nov, 2017 1 commit
-
-
Jakob Andersen authored
If we fail to bind to IPv4 loopback, try IPv6. Some hosts only support IPv6, causing the test in vmservice_test.dart to fail, since it couldn't find an available port.
-
- 08 Nov, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_asserts_in_initializer_lists * enable --assert-initializer
-
- 30 Oct, 2017 1 commit
-
-
Jason Simmons authored
-
- 25 Oct, 2017 2 commits
-
-
Alexandre Ardhuin authored
* enable lint prefer_foreach * fix tests
-
Alexandre Ardhuin authored
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Oct, 2017 1 commit
-
-
Ryan Macnak authored
The initial loading happens on the host, which was building a script snapshot and allowing imports of dart:mirrors. Hot reload happens on the device, which then notices the imports and issues a compile-time error. This change causes programs with imports of dart:mirrors to be rejected during the initial load. Fixes https://github.com/flutter/flutter/issues/12440
-
- 06 Oct, 2017 1 commit
-
-
Zachary Anderson authored
-
- 29 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 28 Sep, 2017 1 commit
-
-
Todd Volkert authored
This class lives in the Context and allows callers to "inject" flag values, where flag values are first extracted from the command arguments, then from the global arguments as a fallback.
-
- 27 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 20 Sep, 2017 1 commit
-
-
xster authored
* round 2 * deal with null futures * review * review * review * review
-
- 12 Sep, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 07 Sep, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 06 Sep, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-