Skip to content

dart2js should implement const variables #3552

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
gbracha opened this issue Jun 12, 2012 · 6 comments
Closed

dart2js should implement const variables #3552

gbracha opened this issue Jun 12, 2012 · 6 comments
Assignees
Milestone

Comments

@gbracha
Copy link
Contributor

gbracha commented Jun 12, 2012

Per spec section 5. See issue #3549 . This does not include treating finals statics as non-constants - that would be a separate bug.

@anders-sandholm
Copy link
Contributor

Issue #3395 has been merged into this issue.

@DartBot
Copy link

DartBot commented Jul 27, 2012

This comment was originally written by @mhausner


The VM is supporting const now. Once dart2js supports it, we can start removing legacy use of static final for constant values.

@DartBot
Copy link

DartBot commented Jul 27, 2012

This comment was originally written by @mhausner


Marked this as blocking #3558.

@kasperl
Copy link

kasperl commented Jul 31, 2012

Johnni, is this something you could take a look at fixing?


Set owner to @johnniwinther.
Added Accepted label.

@johnniwinther
Copy link
Member

Yes, I'll look at it.

@kasperl
Copy link

kasperl commented Sep 11, 2012

Fixed in r11170.


Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants