Skip to content

VM should implement const variables #3551

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 · 7 comments
Closed

VM should implement const variables #3551

gbracha opened this issue Jun 12, 2012 · 7 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
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 #2505 has been merged into this issue.

@sethladd
Copy link
Contributor

Bug for final static as non-constants is bug 3557

@iposva-google
Copy link
Contributor

Set owner to @crelier.
Added Accepted label.

@DartBot
Copy link

DartBot commented Jul 24, 2012

This comment was originally written by @mhausner


I'll tackle this one next.


Set owner to @mhausner.

@kevmoo
Copy link
Member

kevmoo commented Jul 24, 2012

I'll buy you a cookie. :-)

@crelier
Copy link
Contributor

crelier commented Jul 24, 2012

Issue #3558 has been merged into this issue.

@DartBot
Copy link

DartBot commented Jul 27, 2012

This comment was originally written by @mhausner


This is checked in at r9992. Once dartc and dart2js support this, the next step is to update all our code to convert static finals to const and relax the requirements for static final initializer expressions.


Added Fixed label.

@gbracha gbracha added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels Jul 27, 2012
@gbracha gbracha added this to the M1 milestone Jul 27, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

7 participants