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 static const variables in VM #2505

Closed
DartBot opened this issue Apr 9, 2012 · 3 comments
Closed

Implement static const variables in VM #2505

DartBot opened this issue Apr 9, 2012 · 3 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Apr 9, 2012

This issue was originally filed by @mhausner


Add compiler support for static const variables. This includes removing the restriction that final variables must be initialized with compile time constants. Also, the evaluation of whether an expression is a compile time constant must be updated.

@sethladd
Copy link
Contributor

sethladd commented Jun 5, 2012

Removed Type-Defect label.
Added Type-Enhancement label.
Changed the title to: "Implement static const variables in VM".

@anders-sandholm
Copy link
Contributor

Marked this as being blocked by #3394.

@anders-sandholm
Copy link
Contributor

Added Duplicate label.
Marked as being merged into #3551.

@DartBot DartBot added Type-Enhancement area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report labels Jun 14, 2012
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
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, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants