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

Analyzer, support overriding fields in strong mode #28120

Closed
mit-mit opened this issue Dec 15, 2016 · 4 comments
Closed

Analyzer, support overriding fields in strong mode #28120

mit-mit opened this issue Dec 15, 2016 · 4 comments
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Milestone

Comments

@mit-mit
Copy link
Member

mit-mit commented Dec 15, 2016

This is the Analyzer part of meta-issue #28117.

Analyzer currently rejects an override with "Field declaration [field] cannot be overridden in SubClass.". This should be removed.

@mit-mit mit-mit added analyzer-strong-mode area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels Dec 15, 2016
@mit-mit mit-mit added this to the 1.50 milestone Dec 15, 2016
@leafpetersen
Copy link
Member

This is blocked on resolution of finding an implementation strategy for DDC.

@jmesserly jmesserly added the status-blocked Blocked from making progress by another (referenced) issue label Dec 15, 2016
@bwilkerson bwilkerson added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Jan 2, 2017
@kasperl kasperl modified the milestones: 1.23, 1.50 Feb 1, 2017
@mit-mit mit-mit 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 Feb 23, 2017
@bwilkerson
Copy link
Member

This is blocked on resolution of finding an implementation strategy for DDC.

Is there an issue tracking the need for this strategy? (More importantly, is someone working on developing the strategy?

@leafpetersen
Copy link
Member

This is blocked on #28809, and probably #28801 . Once those are resolved, we can flip the bit here.

@jmesserly
Copy link

@jmesserly jmesserly self-assigned this Mar 27, 2017
@jmesserly jmesserly removed the status-blocked Blocked from making progress by another (referenced) issue label Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

5 participants