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
When I try to compile cljs code that uses sci.core/copy-ns, I see a big compilation error, ONLY IF I have also required sci.core in my user namespace (living at src/user.clj). This also happens if I require a namespace that transitively requires sci.core.
version
0.4.33 and 0.5.34 (doesn't happen on 0.3.5)
platform
JVM + Javascript
problem
When I try to compile cljs code that uses
sci.core/copy-ns
, I see a big compilation error, ONLY IF I have also requiredsci.core
in myuser
namespace (living atsrc/user.clj
). This also happens if I require a namespace that transitively requiressci.core
.repro
Here is a minimal repro: https://github.com/sritchie/sci-repro That repo has instructions on how to reproduce, and then make the error go away.
Here is the output on failure:
The text was updated successfully, but these errors were encountered: