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
Move allocations macro to Test, since it is clearly just implementing
testing heuristics, and change the implementation to add a function call
(closure) wrapper so that the inner code can be optimized, even if the
outer scope is `@latestworld`. The implementation creates a closure if
necessary (the code is complex) or just makes a call if the expression
is simple (just a call on symbols).
0 commit comments