philoskim / debux

A trace-based debugging library for Clojure and ClojureScript.
468 stars 19 forks source link

No namespace: cljs.core found #6

Closed soulawaker closed 6 years ago

soulawaker commented 6 years ago

I tried following things in an plain vanilla project for verification. Have I missed anything?

Try and exceptions

$ lein repl
user=> (use 'debux.core)
CompilerException java.lang.Exception: No namespace: cljs.core found, compiling:(debux/cs/macro_types.cljc:5:1)

\ Environments and dependencies Leiningen: 2.8.1 JVM: 1.8, 64bit

:dependencies [[org.clojure/clojure "1.8.0"]
               [org.clojure/clojurescript "1.9.854"]
               [philoskim/debux "0.4.6"]]
philoskim commented 6 years ago

I fixed the exception error and released the newer version (0.4.7).

Thanks for the reporting!