Skip to content

Annotations on members not shown #1081

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

Closed
alan-knight opened this issue Jan 12, 2016 · 1 comment · Fixed by #1349
Closed

Annotations on members not shown #1081

alan-knight opened this issue Jan 12, 2016 · 1 comment · Fixed by #1349
Assignees
Labels
customer-flutter Issues originating from important to Flutter P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@alan-knight
Copy link

alan-knight commented Jan 12, 2016

Particularly in dart:html, there are members with important annotations. @Unstable and @Experimental. These aren't shown anywhere in the dartdoc e.g. https://api.dartlang.org/1.13.2/dart-html/CanvasRenderingContext2D/lineDashOffset.html

@devoncarew devoncarew added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Apr 5, 2016
@Hixie
Copy link
Contributor

Hixie commented Jun 16, 2016

This hits us a lot in Flutter land now that we use @protected.

@Hixie Hixie added customer-flutter Issues originating from important to Flutter P2 A bug or feature request we're likely to work on labels Jun 16, 2016
@keertip keertip added this to the hackathon milestone Jul 21, 2016
@devoncarew devoncarew modified the milestone: hackathon Nov 22, 2016
@jcollins-g jcollins-g self-assigned this Feb 28, 2017
jcollins-g added a commit that referenced this issue Mar 6, 2017
This refactoring of annotations handling drops adding @s from templates in some cases, unifies code for pulling data out of analyzer, and eliminates hard to maintain and bug-causing returns in the middle of complex functions.  It fixes multiple issues, including #1081, #1268, #1162 and more.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-flutter Issues originating from important to Flutter P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants