-
Notifications
You must be signed in to change notification settings - Fork 83
Support breakpoints for hot reload #2627
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
Open
srujzs
wants to merge
36
commits into
dart-lang:main
Choose a base branch
from
srujzs:hotreloadbreakpoints
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 27 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6bbc231
Defer execution of main until resume for hot restart with DDC library…
srujzs 6c57477
Add changelog entry
srujzs 86799f1
Create file in addLibraryFile
srujzs a4b9ff9
Recursively create library folder if it doesn't exist yet
srujzs 6759806
Address review comments
srujzs 473eb87
Address review comments about removed breakpoints and move expectatio…
srujzs aa54169
Register future waiting for breakpoint before we come across it
srujzs f60c2c4
Support breakpoints for hot reload
srujzs 9167e95
Add issue for optimizing metadata invalidation
srujzs 32a5809
Expect logs in the future instead and remove now dead code around rem…
srujzs 7a365a6
Remove duplicate cancel and send real isolateid to reloadsources
srujzs b9709a6
Use breakpoint futures instead to wait for breakpoint in the future
srujzs a18a7c7
Await main in hot restart tests to fix some race conditions
srujzs 3d61342
Use expectLater instead
srujzs 3fea5a5
Fix e2e 'evaluate' test to use new Closure toString format. (#2624)
biggs0125 4b04ad9
Fix e2e_test to work with current DDC output (#2626)
nshahan ecc3c7a
Update e2e_test expectation to look for more consistent message. (#2630)
biggs0125 c55980f
Bump the github-actions group across 1 directory with 3 updates (#2593)
dependabot[bot] 13821dd
[dwds] DRY up MD5/etag logic (#2625)
kevmoo 9d3aefc
Remove skip from chrome proxy service test
nshahan 938d4ce
Merge remote-tracking branch 'upstream/main' into hotreloadbreakpoints
srujzs fbae28c
Use function that returns a Future instead of a stream + completer
srujzs 83a6a5d
Add print logs for failing test
srujzs 3b6e05f
Revert "Add print logs for failing test"
srujzs 2641547
Move reinitialization
srujzs 0733fa0
Remove extraneous use of console logs and add changelog
srujzs b492d9f
Address review comments
srujzs fa4ca71
Use Future.wait and increase timeout
srujzs 4c2fce8
Copy fixtures when edits are needed
srujzs 3fe8045
Merge remote-tracking branch 'upstream/main' into hotreloadbreakpoints
srujzs e376078
Fix missing return and use onDebugEvent
srujzs 9f3d730
Use pubspec_parse to copy dependencies instead of relying on the proj…
srujzs 184bbd3
Fix issue with not normalizing path of dependency before compare and …
srujzs 5ec1261
Wait an extra second if we can't delete the directory yet
srujzs 9cece73
Add await
srujzs 8592053
Copy for all projects, not just those marked editable
srujzs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.