-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Roll engine and fix pubspecs that do not have a Dart SDK constraint #70078
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
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
zanderso
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
|
|
||
| // This file uses Dart 2.12 semantics. This is needed as we can't upgrade | ||
| // the SDK constraint to `>=2.12.0-0` before the deps are ready. | ||
| // @dart=2.12 |
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 @liyuqian
|
Tool tests are failing due to a missing constraint here: |
cbracken
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.
Thanks! lgtm.
Description
Attempt to address the Dart breaking change that
pubspec.yamlfiles must have a Dart SDK constraint.Related Issues
Breaking change that causes this: dart-lang/sdk#44072
Previous fix for this: #70030
Failed roll after above fix: #70039