-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Tests failed when mock version of meta was updated #48476
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
Comments
|
Wow, I think I mislabled this. All of the tests backing |
Any progress? |
Ah, sorry. No progress. |
Any progress? Do we need to adjust the priority? |
No progress. Let me know what you think about priority. If it feels like a real P1, I can shift some energy over to take a look. |
I think this is still P1. If you're on other P1s at the moment, I can take this one instead. |
There were no tests of this component of the annotation's description: > The annotation can also be applied to a class to implicitly > annotate all of the valid members of the class So I add those as well. Bug: #48476 Change-Id: If5f0f4c6057f57b4dfd01d8f648110d69fbc5eb4 Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367880 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
Bug: #48476 Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try Change-Id: I3af9ad950b2ef42717fb84dde4f9b3c22993df05 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367860 Reviewed-by: Phil Quitslund <[email protected]> Auto-Submit: Samuel Rawlins <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
The following tests started failing when the analyzer's mock version of
package:meta
was updated to include a@Target
annotation on_DoNotStore
and_OptionalTypeArgs
:Either the tests need to be updated or the
Target
annotations need to be updated.The text was updated successfully, but these errors were encountered: