-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Patterns] Fix analyzer unit tests failing with the 'patterns' feature enabled #50502
Comments
We should triage these failures, some of them are bugs, and some require changes to the snippets. |
This is part of the language features work, so I should have set it to P1. |
Fixes one of the large failures, and marks remaining with #50502 Change-Id: I66abb7509b1a8b8c2167b80436b80b25c55715e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270520 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
If the fix is to update the snippets to use not-yet-valid code, we probably don't want to update them until shortly before the language feature ships. |
Note: in CL Add parser support for patternAssignment I've added |
Bug: #50035, #50502, #50575 Change-Id: Idd3bdcae7cbb95c6f2016bb5d3efc638867f52af Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272383 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Paul Berry <[email protected]>
@scheglov is there more work here? |
Bug: #50502 Change-Id: I1299a4fadaffae9b319ca0db1d2629a27a4775b7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285702 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
Not much, all that remains should land with https://dart-review.googlesource.com/c/sdk/+/285082 |
@scheglov the CL noted in your last comment is closed, is there another CL we are missing to close this out? |
OK, there are no more tests that fail and marked with this issue. |
For now, these tests use language version override
@dart = 2.18
.The text was updated successfully, but these errors were encountered: