Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Brandon Bloom discovered an issue where a ns that is used both from runtime and for macros (where the macros are self-required) won't respect (require ... :reload/:reload-all).

2 Answers

0 votes
by

Comment made by: dnolen

Whatever we do needs to be copied over into a bootstrapped, but that's a separate issue.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-1863 (reported by dnolen)
...