-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Allow dart pub deps --json to fail without causing an explicit crash. #166778
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
Allow dart pub deps --json to fail without causing an explicit crash. #166778
Conversation
bkonyi
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 once the test is fixed.
FYI @loic-sharma @jonasfj
|
autosubmit label was removed for flutter/flutter/166778, because - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
@matanlurey Do we need to cherry pick this to stable? |
|
No, just beta (it's not in the current stable, 3.29) I just started beta 3.32, so I'll CP this as a test. |
sigurdm
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
…flutter#166778) Closes flutter#166648. I think a better fix is to stop using `dart pub deps --json` and use @sigurdm's new `.dart_tool/` vendored solution, but that can be a follow-up change.
Closes #166648.
I think a better fix is to stop using
dart pub deps --jsonand use @sigurdm's new.dart_tool/vendored solution, but that can be a follow-up change.