-
Notifications
You must be signed in to change notification settings - Fork 29.8k
CP: Manually update DWDS to 21.0.0+1 to fix null-cast error when debugging from VS Code #140711
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
CP: Manually update DWDS to 21.0.0+1 to fix null-cast error when debugging from VS Code #140711
Conversation
|
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to stable. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master, unless this is an intentional hotfix/cherrypick. |
|
Shouldn't the pubspec checksum be updated when changing versions? We might want to hold off on these until next week. |
|
the merge target should be a release-candidate branch, also, not |
How do I update the pubspec checksum? |
Probably the best way to do so for release cherry picks would be to use:
This will ensure ONLY dwds is changed, and that the checksum is written. |
…version='21.0.0+1'
|
Thanks! Updated the checksum |
christopherfujino
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 thanks!
…hen debugging from VS Code (flutter/flutter#140711)
…hen debugging from VS Code (flutter/flutter#140711)
…hen debugging from VS Code (flutter/flutter#140711)
Update DWDS version on Flutter stable to a hotfix release to resolve dart-lang/webdev#2297
See dart-lang/webdev#2319