-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[flutter_tools] Deferred components build system #76192
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c68d740
Squashed master commit
GaryQian 30d1c10
Fix validator runs with new system
GaryQian 369fe9f
Consolidate naming
GaryQian 8bd856b
Fix analyzer and imports
GaryQian 65180d7
Configure assets, debug checks
GaryQian 644ff8c
Remove dependency on build_system in prebuild validator and appbundle…
GaryQian fcfe0cb
Fix tests and analyzer
GaryQian c2b9f59
Pass verify flag via defines
GaryQian 8413a54
Address comments for assets
GaryQian 9d4bad1
Refactor deferred components asset parsing into helper
GaryQian 3061ac9
Assets tests
GaryQian 076116f
Test for .so existence in integration
GaryQian 14a4667
Remove build_system deps from prebuild tests
GaryQian 5c31198
Verify assets packing
GaryQian 8c09d29
Proper handling of rebuilding asset bundles, more tests
GaryQian 703f239
Handle mixed targets in assemble, Standardize naming verify->validate
GaryQian cb6798a
Use depfile in AndroidAotBundle task
GaryQian 9ed9438
Fix depfile not being written
GaryQian ad1dcb0
Allow force writing depfile
GaryQian bb2f135
Use pathSeparator
GaryQian d5cef0a
Fix test
GaryQian 9e7a4c9
Fix tooltip formatting
GaryQian dc5d6bd
nits, sync verify->validate naming
GaryQian 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
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
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.
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.
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.
Makes the log much more readable. Quick fix for me totally missing the "skipped: false" entries in this line because it was 90% cut off onscreen.
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.
awesome!