-
Notifications
You must be signed in to change notification settings - Fork 28.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect when isolate reload is barred and inform the user #5582
Detect when isolate reload is barred and inform the user #5582
Conversation
johnmccutchan
commented
Aug 24, 2016
- React to the signal from the VM that an isolate is barred from performing a hot reload and must be restarted.
- Roll the engine forward
I think some of the engine artifacts aren't yet available on google storage. |
@@ -445,9 +445,18 @@ class HotRunner extends ResidentRunner { | |||
} else { | |||
flutterUsage.sendEvent('hot', 'reload'); | |||
} | |||
} catch (errorMessage, st) { | |||
} catch (error, st) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we ensure that we're only catching a Map
here (on Map
)?
lgtm, but you probably want to wait to land this until all the engine artifacts build through. |
A lot of breakages caused by this PR (dashboard, sample log file) |
…tter#5582)" This reverts commit 09e68c3. AOT snapshotter is broken at this engine rev. https://flutter-dashboard.appspot.com/api/get-log?ownerKey=ahNzfmZsdXR0ZXItZGFzaGJvYXJkclgLEglDaGVja2xpc3QiOGZsdXR0ZXIvZmx1dHRlci8wOWU2OGMzM2NjZGIzNTVmZWRkNzVhODcxNmRlMDU1MWM3NzJmMmRlDAsSBFRhc2sYgICAgICAwAgM
Rolling it back in #5590 |
Thanks Yegor! |
…)" (#5590) This reverts commit 09e68c3. AOT snapshotter is broken at this engine rev. https://flutter-dashboard.appspot.com/api/get-log?ownerKey=ahNzfmZsdXR0ZXItZGFzaGJvYXJkclgLEglDaGVja2xpc3QiOGZsdXR0ZXIvZmx1dHRlci8wOWU2OGMzM2NjZGIzNTVmZWRkNzVhODcxNmRlMDU1MWM3NzJmMmRlDAsSBFRhc2sYgICAgICAwAgM