- 21 Mar, 2019 2 commits
-
-
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 3 commits
-
-
Jonah Williams authored
-
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
-
Ben Konyi authored
* Manual engine roll for 2019-03-19 * Applying patch for Dart SDK changes (see PR #29004)
-
- 15 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Mar, 2019 2 commits
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
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
-
- 23 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 14 Feb, 2019 1 commit
-
-
Jonah Williams 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 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Siva authored
* Add support for experimental flags during hot reload.
-
- 29 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Jan, 2019 2 commits
-
-
Gary Qian authored
* Revert "Make UriMapper and StdoutHandler public and add test cases (#26932)" This reverts commit 6cf554b0. * Revert "Update packages (#27046)" This reverts commit 496c5738. * Revert "roll engine for TODAY bug (#27049)" This reverts commit 5ae6346f. * Revert "Warn when building on master channel (#25007)" This reverts commit dd65a546. * Revert "Add experimentalBuildEnabled flag and initial shim for build_runner (#26989)" This reverts commit 1237ee8f. * Revert "Experimental flags for hot reloads, fixed (#27043)" This reverts commit 2c05d08f.
-
Jonah Williams authored
-
- 24 Jan, 2019 3 commits
-
-
Liam Appelbe authored
* Revert "Revert "Experimental flags for hot reloads (#26988)" (#27037)" This reverts commit cf744198. * Fix analysis failures
-
Liam Appelbe authored
* First pass at incremental exp flags * adkfgjh
-
- 23 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some bad indentations * remove suspicious line
-
- 08 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 06 Nov, 2018 4 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 71e9bd6f.
-
Jonah Williams authored
-
- 23 Oct, 2018 2 commits
-
-
Jacob Richman authored
Ensure that cached dill files for builds with --track-widget-creation always have .track. in the file name to avoid mixing transformed and untransformed kernel files.
-
Jason Simmons authored
Also includes * Updates to affected tests * Change flutter_tools to pass package URIs to the Dart front end instead of filesystem paths
-
- 04 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Oct, 2018 1 commit
-
-
jensjoha authored
-
- 01 Oct, 2018 3 commits
-
-
Alexandre Ardhuin authored
-
Jonah Williams authored
This reverts commit b07d986f.
-
Chris Bracken authored
Eliminates the --snapshot and --depfile parameters from the flutter bundle command. The snapshot parameter is unused in Dart 2 -- code is built to kernel .dill files and for profile/release builds, then AOT compiled. While depfiles are still used in Dart 2 (e.g. by the kernel compiler), there are enough assumptions in the code that they lie in the default location (e.g. in the Gradle build) and no reasons to support user-cusomisation that it makes sense to eliminate the --depfile option as well, and always use the default location. This commit also renames 'depFilePath' to 'depfilePath' for consistency across the codebase.
-
- 20 Sep, 2018 1 commit
-
-
Greg Spencer authored
This changes the compiler output for gradle to be less verbose and more easily read. This only applies to compilation error messages: other gradle messages will continue to print as before. It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to. It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font). Addresses #17307
-