- 09 May, 2018 40 commits
-
-
Chris Bracken authored
Allows users of Fingerprinter to filter the set of paths collected from the explicitly-specified paths and those collected from depfiles. In some cases, depfiles are emitted with files that are not present on the local disk (e.g. the frontend compiler currently emits buildbot paths for the dart core libraries and dart:ui). These files will not materially affect whether we need to re-run a build action for which they are inputs, since they're not present in the filesystem and therefore cannot change.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/16169
-
Danny Tuppeny authored
Depending on whether can read the AVD (or it even has all fields populated) we might get extra "empty" columns, so this trims all blank cells from the end.
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
It feels more nautral to type when doing `--launch x` or `--create x`.
-
Danny Tuppeny authored
-
Danny Tuppeny authored
Emaultor keeps running on a seuccessful launch, so this automatically returns after 3 seconds if the process hasn't quit (we have to wait for some period to get stderr in the case of a failure).
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
I can't come up with a better name; anything with Simulator or Device in it will be confused with the existing IOSSimulator/Device classes (which represent the running devices).
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
`flutter emulators nexus` will now return only those that'd match (eg. same things that `flutter emulators --start nexus` would match).
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
And it's not obvious to the use what the ID is.
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
Added an exists check to ensure we don't try to run if emulator is missing, but that requires the file extension for Windows.
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
Windows sets HOMEDRIVE/HOMEPATH.
-
Danny Tuppeny authored
It's too fast and leaves weird output on the screen
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-