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
CLJS-2368: Self-host: Never compile macro namespaces with :optimize-constants true
Macro namespaces may be evaluated in a compiler environment that is different
from the one which has emitted the constants table, which leads to cryptic
errors because the constants are not available in the evaluating environment.
0 commit comments