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

Implement super property extraction and super closurization #26287

Closed
sgrekhov opened this issue Apr 18, 2016 · 3 comments
Closed

Implement super property extraction and super closurization #26287

sgrekhov opened this issue Apr 18, 2016 · 3 comments
Labels
area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). closed-not-planned Closed as we don't intend to take action on the reported issue

Comments

@sgrekhov
Copy link
Contributor

sgrekhov commented Apr 18, 2016

Please implement super property extraction and super closurization (like super#m), described in "16.18.2 Super Getter Access and Method Closurization" and "16.18.10 Super Closurization" of Dart Language specification, 4th Edition / December 2015

Please, update co19 .status files when complete

@kevmoo
Copy link
Member

kevmoo commented Apr 22, 2016

@floitschG What's our story here?

@floitschG
Copy link
Contributor

Given that it's easy to just write super.m (for functions) and () => super.m (for getters), I don't think there is lot of pressure to implement it anytime soon.

It is in the spec, though, so in theory the implementations (VM / dart2js) should implement it.

I don't think it's just super#m, though, but all o#m.

@mit-mit mit-mit added the area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). label Apr 25, 2016
@munificent
Copy link
Member

Generalized tear-offs are being removed (#27518) so I don't think we have to worry about this.

@munificent munificent added the closed-not-planned Closed as we don't intend to take action on the reported issue label Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). closed-not-planned Closed as we don't intend to take action on the reported issue
Projects
None yet
Development

No branches or pull requests

5 participants