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

support late+specified values (1.3.2) #49

Closed
jvasileff opened this issue Jan 24, 2017 · 4 comments
Closed

support late+specified values (1.3.2) #49

jvasileff opened this issue Jan 24, 2017 · 4 comments

Comments

@jvasileff
Copy link
Owner

Support 1.3.2 feature eclipse-archived/ceylon#3544

@jvasileff jvasileff changed the title support late+specified values support late+specified values (1.3.2) Mar 3, 2017
@jvasileff
Copy link
Owner Author

Done for static and non-static member values, but I guess we need to support top-levels too? Top-levels are already lazy.

@gavinking
Copy link

late is redundant for toplevels, isn't it?

@jvasileff
Copy link
Owner Author

@gavinking I agree, but there is also the wrinkle that late values can be assigned to as an alternate form of initialization.

(side note: the wrinkle has the side effect of eliminating thread safe initialization on the Java backend)

@jvasileff
Copy link
Owner Author

Closing. Additional initialization checks differed to #39

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

2 participants