You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Hello,
currently, global initializers cannot refer to locally defined globals. However, the first code block here implies that this restriction will be lifted or relaxed. Is it safe to assume that global initializers will be able to refer to already defined local globals?
The text was updated successfully, but these errors were encountered:
Ah, yes, good point. It probably should, so that they can at least be used sequentially. I think that would be good for other use cases as well, which are completely unrelated to GC.
Hello,
currently, global initializers cannot refer to locally defined globals. However, the first code block here implies that this restriction will be lifted or relaxed. Is it safe to assume that global initializers will be able to refer to already defined local globals?
The text was updated successfully, but these errors were encountered: