This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Reapply "Fix Dart 2 reload when running from a snapshot instead of pl… #5830
Merged
rmacnak-google
merged 1 commit into
flutter:master
from
rmacnak-google:reload-on-snapshot
Jul 23, 2018
Merged
Reapply "Fix Dart 2 reload when running from a snapshot instead of pl… #5830
rmacnak-google
merged 1 commit into
flutter:master
from
rmacnak-google:reload-on-snapshot
Jul 23, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…atform.dill." Without this flag, the VM will attempt to interpret a kernel file as source code. Affects Fuchsia (FL-71) and code-push.
Extra logic to deal with lingering uses of Dart 1. |
zanderso
approved these changes
Jul 23, 2018
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.
lgtm
sbaranov
approved these changes
Jul 23, 2018
chinmaygarde
added a commit
to chinmaygarde/flutter_engine
that referenced
this pull request
Jul 23, 2018
chinmaygarde
added a commit
that referenced
this pull request
Jul 23, 2018
liyuqian
added a commit
to liyuqian/flutter
that referenced
this pull request
Jul 24, 2018
95e91e3 Update tonic to pull in Android build fixes. (flutter#5834) 29f475c Update tonic to pull in fixes to assertions and build failures on Windows. (flutter#5833) 5474415 Roll src/third_party/skia e35055f31c7f..b8eeb808d84f (5 commits) (flutter#5832) 380eb84 Remove unused function CreateSkiaInterface (flutter#5812) 33a4aef Fix build break caused by flutter/engine#5830 (flutter#5831) 244ebd6 Reapply "Fix Dart 2 reload when running from a snapshot instead of platform.dill." (flutter#5830) 0bad812 Migrate to a standalone Tonic repository separated from Topaz (flutter#5817) f949f7d Roll src/third_party/skia 206dbe8a21b6..e35055f31c7f (1 commits) (flutter#5829) 768daa4 Roll src/third_party/skia 5e6cd2affe41..206dbe8a21b6 (5 commits) (flutter#5828) b8cd25b libtxt: fix a bug that used incorrect buffer size depending on conditions (flutter#5804) b7b13b5 Roll src/third_party/skia df795638b9bd..5e6cd2affe41 (1 commits) (flutter#5824) 5886949 Roll src/third_party/skia dfe1fe40796e..df795638b9bd (1 commits) (flutter#5822) 926f546 Roll src/third_party/skia cc22d4d2fb02..dfe1fe40796e (1 commits) (flutter#5821) 04633f3 Generate process global trace identifiers for pipeline flow traces. (flutter#5818) fb0bc05 Roll src/third_party/skia 6f6de6524c73..cc22d4d2fb02 (1 commits) (flutter#5820) fadfff7 Mention that running git clone isn't necessary (flutter#5816) 81ec600 Roll src/third_party/skia d3509a42638a..6f6de6524c73 (5 commits) (flutter#5819) 2a77a41 Make git diff range more robust in format.sh (flutter#5813) e555ea5 Remove trailing white spaces (flutter#5734) 4c7618a Roll src/third_party/skia fa0720436319..d3509a42638a (7 commits) (flutter#5814)
liyuqian
added a commit
to flutter/flutter
that referenced
this pull request
Jul 24, 2018
95e91e3 Update tonic to pull in Android build fixes. (#5834) 29f475c Update tonic to pull in fixes to assertions and build failures on Windows. (#5833) 5474415 Roll src/third_party/skia e35055f31c7f..b8eeb808d84f (5 commits) (#5832) 380eb84 Remove unused function CreateSkiaInterface (#5812) 33a4aef Fix build break caused by flutter/engine#5830 (#5831) 244ebd6 Reapply "Fix Dart 2 reload when running from a snapshot instead of platform.dill." (#5830) 0bad812 Migrate to a standalone Tonic repository separated from Topaz (#5817) f949f7d Roll src/third_party/skia 206dbe8a21b6..e35055f31c7f (1 commits) (#5829) 768daa4 Roll src/third_party/skia 5e6cd2affe41..206dbe8a21b6 (5 commits) (#5828) b8cd25b libtxt: fix a bug that used incorrect buffer size depending on conditions (#5804) b7b13b5 Roll src/third_party/skia df795638b9bd..5e6cd2affe41 (1 commits) (#5824) 5886949 Roll src/third_party/skia dfe1fe40796e..df795638b9bd (1 commits) (#5822) 926f546 Roll src/third_party/skia cc22d4d2fb02..dfe1fe40796e (1 commits) (#5821) 04633f3 Generate process global trace identifiers for pipeline flow traces. (#5818) fb0bc05 Roll src/third_party/skia 6f6de6524c73..cc22d4d2fb02 (1 commits) (#5820) fadfff7 Mention that running git clone isn't necessary (#5816) 81ec600 Roll src/third_party/skia d3509a42638a..6f6de6524c73 (5 commits) (#5819) 2a77a41 Make git diff range more robust in format.sh (#5813) e555ea5 Remove trailing white spaces (#5734) 4c7618a Roll src/third_party/skia fa0720436319..d3509a42638a (7 commits) (#5814)
fzyzcjy
added a commit
to fzyzcjy/engine
that referenced
this pull request
Sep 26, 2022
fzyzcjy
added a commit
to fzyzcjy/engine
that referenced
this pull request
Sep 26, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…atform.dill."
Without this flag, the VM will attempt to interpret a kernel file as source code.
Affects Fuchsia (FL-71) and code-push.