- 15 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
...because otherwise, processes that think they're manipulating your filesystem will be doing crazy things the test is ignoring, leading to (at best) failures and (at worst) flakes or disk corruption.
-
- 09 Oct, 2019 1 commit
-
-
Christopher Fujino authored
-
- 05 Oct, 2019 1 commit
-
-
James D. Lin authored
Restructure ProjectFileInvalidator.findInvalidated a bit I plan to modify `ProjectFileInvalidator.findInvalidated` to allow it to use `FileStat.stat` instead of `FileStat.statSync`. Restructure `findInvalidated` a bit so that `FileStat.statSync` is called in only one place. Note that this change now always counts the `.packages` file as one of the files scanned, even if it does not exist. I think that this is okay since it more accurately reflects the number of times that we hit the filesystem with `stat()`, and it is consistent with how other files are counted.
-
- 04 Oct, 2019 1 commit
-
-
James D. Lin authored
In preparation for some refactoring that I will be doing to `ProjectFileInvalidator.findInvalidated`, make its code a bit clearer: * Indicate which arguments may be null. * Don't bother calling `FileStat.statSync` on the `.packages` file for the initial load. This makes the checks for the `.packages` file consistent with those for other files. * Use `DateTime.isAfter()` instead of comparing microseconds ourselves. While I was touching this file, I also removed some unnecessary comparisons to `false`. (`_ManifestAssetBundle.wasBuiltOnce()` is the only implementation I can find of `AssetBundle.wasBuiltOnce()`, and it never returns `null`.)
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 11 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 08 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Aug, 2019 1 commit
-
-
Jason Simmons authored
The use-application-binary flag can be used to run a previously built app package.
-
- 02 Aug, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 31 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 16 Jul, 2019 1 commit
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
- 13 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Jun, 2019 1 commit
-
-
Zachary Anderson authored
-
- 09 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 25 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Apr, 2019 1 commit
-
-
Devon Carew authored
-
- 27 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Mar, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Alexander Aprelev authored
* Use source list from the compiler to track invalidated files. * Revert accidental change * Fix first-time-seen-the-file logic * Fix/simplify invalidate logic now that we can rely on compiler to let us know what is the cut-off point for invalidation. * Update devfs mock to accommodate for new fields * Fix deleted files case * Analyzer found missing final
-
- 20 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
- 19 Mar, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 15 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Feb, 2019 1 commit
-
-
xster authored
-
- 01 Feb, 2019 1 commit
-
-
Alexander Aprelev authored
* Don't send accept/reject if compilation never started. Ensure that we wait for reject's response since that is async operation. Fixes https://github.com/flutter/flutter/issues/27120. * Fix analysis errors * Rename flag. Ensure we raise it on first compilation too.
-
- 30 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-