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
Right now, constants are evaluated in an arbitrary order. If a constant refers to another that hadn't yet been evaluated, the compiler will give an error.
It looks like there's already a framework for toposorting consts, but it's not yet used.
Right now, constants are evaluated in an arbitrary order. If a constant refers to another that hadn't yet been evaluated, the compiler will give an error.
It looks like there's already a framework for toposorting consts, but it's not yet used.