-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Manual pub roll w/ gradle lockfile regeneration #149342
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
Conversation
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.
cc @christopherfujino if you have any pointers, I think you encountered this (changes to these stock strings that fail analysis) in the past in #145564, and said you "fixed analysis and checked it in" but I don't know what that means in this context
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.
I think I gave up on this because it turned into a yak shave. I would recommend just reverting the diffs to three dart files here as a workaround.
I believe @andrewkolos has a PR open that would fix this, although as I recall this is a subtly tricky problem to solve.
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.
Sounds good, I'll revert
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.
(FYI) I filed #149386 and will be trying to resolve this.
andrewkolos
left a comment
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
Manual recreation of flutter#148911 Entire PR is just the output of ``` flutter update-packages --force-upgrade ``` followed by (run from the root of the flutter repo) ``` find . -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion ```
Manual recreation of #148911
Entire PR is just the output of
followed by (run from the root of the flutter repo)
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.