Skip to content

Implement external and abstract variables #2310

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
eernstg opened this issue Aug 18, 2020 · 1 comment · Fixed by #2329
Closed

Implement external and abstract variables #2310

eernstg opened this issue Aug 18, 2020 · 1 comment · Fixed by #2329
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug

Comments

@eernstg
Copy link
Member

eernstg commented Aug 18, 2020

Cf. the implementation plan, the addition of external and abstract variables to Dart may require some updates.

@srawlins srawlins added type-enhancement A request for a change that isn't a bug P2 A bug or feature request we're likely to work on labels Aug 28, 2020
@srawlins
Copy link
Member

srawlins commented Sep 2, 2020

Currently dartdoc only indicates an abstract class or an abstract method via very muted text in the title:

I don't think "external" methods are indicated in any way. 😕

So I think to complete this feature, I will annotate abstract fields in the same way that abstract classes and methods are now. I don't think there is any work to be done for external fields or variables.

@srawlins srawlins added P1 A high priority bug; for example, a single project is unusable or has many test failures and removed P2 A bug or feature request we're likely to work on labels Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants