Skip to content
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

New TargetTypes for @doNotStore? #55829

Open
srawlins opened this issue May 23, 2024 · 0 comments
Open

New TargetTypes for @doNotStore? #55829

srawlins opened this issue May 23, 2024 · 0 comments
Labels
analyzer-warning Issues with the analyzer's Warning codes area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P4 type-enhancement A request for a change that isn't a bug

Comments

@srawlins
Copy link
Member

In addition to the current requests / issues for @doNotStore (#43692, #45895), I suspect we might want to allow them on enums, extensions, and extension types. The docs say:

The annotation can also be applied to a class to implicitly
annotate all of the valid members of the class

And I don't know why that feature should be limited to a class... I'm adding support for mixins with this CL.

@srawlins srawlins added area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-warning Issues with the analyzer's Warning codes type-enhancement A request for a change that isn't a bug P4 labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-warning Issues with the analyzer's Warning codes area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P4 type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant