[SwiftPM] Add separate feature flag for the app migration#158897
Merged
auto-submit[bot] merged 4 commits intoflutter:masterfrom Jan 7, 2025
Merged
[SwiftPM] Add separate feature flag for the app migration#158897auto-submit[bot] merged 4 commits intoflutter:masterfrom
auto-submit[bot] merged 4 commits intoflutter:masterfrom
Conversation
448a661 to
8050706
Compare
d5acab3 to
282b63a
Compare
9 tasks
739706c to
e73825a
Compare
4 tasks
andrewkolos
approved these changes
Dec 17, 2024
Contributor
andrewkolos
left a comment
There was a problem hiding this comment.
LGTM with nits. If you end up needing another review after monorepo/formatting merges, just let me know.
| plistParser: FakePlistParser(), | ||
| features: TestFeatureFlags(), | ||
| features: TestFeatureFlags( | ||
| isSwiftPackageManagerMigrationEnabled: true, |
Contributor
There was a problem hiding this comment.
should we explicitly disable SPM here for the sake of clarity?
Member
Author
There was a problem hiding this comment.
I would prefer to as well. However, that results in a warning that tells you not to provide an argument if the value is the default value. I'm not a huge fan of this warning 😦
packages/flutter_tools/test/general.shard/xcode_project_test.dart
Outdated
Show resolved
Hide resolved
jmagman
approved these changes
Dec 17, 2024
Member
jmagman
left a comment
There was a problem hiding this comment.
LGTM once testWith/WithoutContext is used in tests.
9457216 to
0c7c5b1
Compare
Co-authored-by: Andrew Kolos <[email protected]>
0c7c5b1 to
d531af0
Compare
vashworth
approved these changes
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 7, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jan 8, 2025
Member
Author
Contributor
|
Time to revert pull request flutter/flutter/158897 has elapsed. |
loic-sharma
added a commit
to loic-sharma/flutter
that referenced
this pull request
Jan 8, 2025
…utter#158897)" This reverts commit e7a1b68.
loic-sharma
added a commit
to loic-sharma/flutter
that referenced
this pull request
Jan 8, 2025
…utter#158897)" This reverts commit e7a1b68.
9 tasks
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Feb 12, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Feb 13, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Feb 13, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Mar 6, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Mar 7, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
This splits the Swift Package Manager feature in two:
For now, both features are off by default. We plan to turn on the first feature in the next stable release. The app migration feature will be stay off by default until we have higher confidence in the migration.
See this mini design doc: #151567 (comment)
Here's the PR that updates the SwiftPM docs: flutter/website#11495
Part of #151567
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.