-
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
Implement the Q1 2021 small features release in the CFE #44916
Comments
The flag that enables the feature is the 'generic-metadata' experiment flag. Bug: #44916 Change-Id: I2770c672280831bf5af6643fde9cb0f1be3083b8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/188701 Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Dmitry Stefantsov <[email protected]>
@stefantsov any updates? |
The support for GFT in type arguments and bounds landed as https://dart-review.googlesource.com/c/sdk/+/188701. |
@stefantsov @eernstg Is there an experiment flag we need to turn on at this point? |
I think that test is still failing in the front ends. |
I think the test
So the test and the analyzer need to be adjusted. |
@stefantsov I'm seeing an error reported by CFE on annotations:
|
I think that error reporting is correct, as @eernstg wrote above. The bound is |
The test needs adjustment. I'll work on getting that done. |
Sorry, I totally missed Erik's post. My comment was sitting in a draft tab for too long. |
Implementation issue for this set of features.
See also.
cc @johnniwinther @franklinyow
The text was updated successfully, but these errors were encountered: