- 10 Nov, 2017 1 commit
-
-
Alexander Aprelev authored
* Use IKG for restarts, use IKG with ProtectedFileByteStore. * Fix comment, add end of file newline. * Remove unused import
-
- 25 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_foreach * fix tests
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
Syncing source files is not needed when host sends kernel file to the device.
-
- 13 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
* Keep incremental compiler state through full restart. * Add todo * Add todo
-
- 12 Oct, 2017 2 commits
-
-
Ryan Macnak authored
Reapply "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed." (#12490) This reverts commit 5e7bcbac. `flutter run --benchmark` was triggering a different quick bailout path in the VM than `flutter run`. The failure has been fixed upstream.
-
Alexander Aprelev authored
* Fix restart flow for preview-dart-2 mode. Restart in preview-dart-2 needs to use kernel file and it has to be complete, rather than incremental kernel file. * Add curly braces * Do full compile on restart * Roll engine to pick up changes to hot reload for preview-dart-2
-
- 05 Oct, 2017 1 commit
-
-
Ryan Macnak authored
Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406) This reverts commit 90028813. This change caused a few bots to fail with 'JSON-RPC error 110: Extension error', which is odd because _getUnusedChangesInLastReload is not an extension.
-
- 04 Oct, 2017 1 commit
-
-
Ryan Macnak authored
When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)
-
- 27 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 21 Sep, 2017 1 commit
-
-
xster authored
* round 3 * partially address comments * merge * review notes * review * review * review
-
- 13 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Recreate outputFileName completer, handle process launch errors. * Fix formatting * Updated comment
-
- 31 Aug, 2017 1 commit
-
-
Alexander Aprelev authored
This adds --preview-dart-2 flag that enables use of Dart 2.0 Frontend in Flutter tools.
-
- 17 Jul, 2017 1 commit
-
-
Todd Volkert authored
Discovered dead code during review of #10791
-
- 22 Jun, 2017 1 commit
-
-
Zachary Anderson authored
-
- 15 Jun, 2017 1 commit
-
-
Todd Volkert authored
-
- 25 Apr, 2017 1 commit
-
-
Michael Goderbauer authored
* Do not lower-case paths during canonicalization. This breaks hot reload on some platfroms with case insensitive file systems. * Add unit tests
-
- 17 Apr, 2017 2 commits
-
-
John McCutchan authored
- [x] Catch SocketErrors and handle them gracefully. - [x] Print 'Lost connection to device' when the service protocol connection is severed unexpectedly. - [x] Print 'Application finished' when the application exits otherwise. After this PR: ``` Launching lib/main.dart on Nexus 7 in debug mode... Running 'gradle assembleDebug'... 1.2s Built build/app/outputs/apk/app-debug.apk (21.7MB). Syncing files to device... Application finished. DevFS sync failed. Lost connection to device: SocketException: OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 53062 Could not perform initial file synchronization. ``` Fixes #6705
-
John McCutchan authored
- [x] Skip scanning the file system if we already have the Dart dependency set. Fixes #9376 ``` Performing hot reload... Reloaded 1 of 418 libraries in 888ms. Performing hot reload... Reloaded 1 of 418 libraries in 871ms. ** UNTAR dragontail under project root ** Performing hot reload... Reloaded 0 of 418 libraries in 443ms. ** UNTAR dragontail under lib/ ** Performing hot reload... Reloaded 0 of 418 libraries in 385ms. ```
-
- 30 Mar, 2017 1 commit
-
-
John McCutchan authored
Related #8876
-
- 27 Mar, 2017 1 commit
-
-
Todd Volkert authored
-
- 23 Mar, 2017 1 commit
-
-
P.Y. Laligand authored
-
- 22 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* Print error message if a package is skipped during DevFS sync. * review comments * more review comments * fix test
-
- 15 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
-
- 08 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
-
- 02 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
* [devFS] Use URI to represent paths on device Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways. * review comments * switch to file paths * fix tests on Windows * review comments
-
Michael Goderbauer authored
* Revert "Revert "Simplify path handling logic in dependency checker and devFS (#8414)" (#8467)" This reverts commit 96ba7f76. * Intentionally use a self-package URI in flutter_gallery * tests to catch problems with self-package imports
-
- 28 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
This reverts commit e7bde11c. Reason: broke hot reload when using "package:" style imports for sources within the same project.
-
- 27 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
* Simplify path handling logic in dependency checker and devFS Simplification will make it easier to port this to Windows. * Roll Engine to 0a7b177c330367904597a6129b3eb653d29dfca0
-
- 23 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Feb, 2017 2 commits
-
-
Todd Volkert authored
This is a workaround to #8141
-
Michael Goderbauer authored
-
- 06 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 02 Feb, 2017 1 commit
-
-
Ian Hickson authored
This allows us, for example, to wait for the slow mode banner to have been removed from the screen before triggering a screen shot.
-
- 23 Jan, 2017 1 commit
-
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-