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-1570: :parallel-build causes invalid truth check in cljs.reader/read-number
make cljs.analyzer/*unchecked-if* a dynamic var with a default value of `false`.
bind it around file scopes so that we can set! it thread locally, sufficient for parallel
builds which works a file at a time. ClojureScript & bootstrapped can now share logic.
0 commit comments