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
revert cljs.closure/compile-file "optimization", must always populate
compilation environment with analysis information, not doing so
damages composition of namespaces with smaller compilation units like
expressions. the problem was uncovered by starting REPLs with cached
files, the second run would be borked because we compiled core but did
not populate the compilation environment.
Include comment covering this point as well.
0 commit comments