-
Notifications
You must be signed in to change notification settings - Fork 126
Bump assorted_layout_widgets to 4d10d7f9a64b4ddacf9ad7803d63dcfa84227287 #470
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
|
autosubmit label was removed for flutter/tests/470, because This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.
|
|
(cc @pq @srawlins - this is to unblock https://dart-review.googlesource.com/c/sdk/+/448063 which you two reviewed, so you might be appropriate reviewers) |
pq
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!
This bumps the customer tests to 986c432 to get some fixes to unblock some analysis server changes that are failing on the Flutter customer testing bots. Related changes: - https://dart-review.googlesource.com/c/sdk/+/448063 - flutter/tests#470 - flutter/tests#472 - https://dart-review.googlesource.com/c/sdk/+/452528
This bumps the customer tests from [20af51f](flutter/tests@20af51f) to [986c432](flutter/tests@986c432) to get some fixes to unblock some analysis server changes that are failing on the Flutter customer testing bots. Related changes: - https://dart-review.googlesource.com/c/sdk/+/448063 - flutter/tests#470 - flutter/tests#472 - https://dart-review.googlesource.com/c/sdk/+/452528
This bumps the customer tests from [20af51f](flutter/tests@20af51f) to [986c432](flutter/tests@986c432) to get some fixes to unblock some analysis server changes that are failing on the Flutter customer testing bots. Related changes: - https://dart-review.googlesource.com/c/sdk/+/448063 - flutter/tests#470 - flutter/tests#472 - https://dart-review.googlesource.com/c/sdk/+/452528
This bumps the customer tests from [20af51f](flutter/tests@20af51f) to [986c432](flutter/tests@986c432) to get some fixes to unblock some analysis server changes that are failing on the Flutter customer testing bots. Related changes: - https://dart-review.googlesource.com/c/sdk/+/448063 - flutter/tests#470 - flutter/tests#472 - https://dart-review.googlesource.com/c/sdk/+/452528
This bumps the customer tests from [20af51f](flutter/tests@20af51f) to [986c432](flutter/tests@986c432) to get some fixes to unblock some analysis server changes that are failing on the Flutter customer testing bots. Related changes: - https://dart-review.googlesource.com/c/sdk/+/448063 - flutter/tests#470 - flutter/tests#472 - https://dart-review.googlesource.com/c/sdk/+/452528
This bumps
assorted_layout_widgetsto the latest version. The current version is around 10 months old and excludes some changes made to remove obsolete lints that are preventing landing a change to the analysis server to produce warnings for that.Specifically, we want the PR from @pq merged at marcglasberg/assorted_layout_widgets#37 that removes
prefer_equal_for_default_valuesand mine merged at marcglasberg/assorted_layout_widgets#41 to fix the error we found at #469 to unblock my change at https://dart-review.googlesource.com/c/sdk/+/448063.