Fork me on GitHub
#clojurescript
<
2024-03-04
>
Jérémie Pelletier16:03:19

is this a bug? when a cljs namespace :require-macros into a clj file with compile error (say defn used before being declared) the namespace silently fails to compile, and other namespaces requiring it then say it doesnt exist

Jérémie Pelletier16:03:09

ie foo.clj -> compile error foo.cljs -> require-macros foo bar.cljs -> require foo, "no namespace foo"

Jérémie Pelletier16:03:59

confused me for a hot minute until I got the idea to launch into a clj repl before a cljs one and seeing the error there