lumo icon indicating copy to clipboard operation
lumo copied to clipboard

Cannot require `clojure.data.xml.name`

Open moxaj opened this issue 7 years ago • 1 comments

Repro:

  1. lumo -c "path/to/clojure.data.xml.jar"
  2. type anything in the repl
  3. press enter

=> "No such namespace: cljs.data.xml.name, could not locate cljs/data/xml/name.cljs, cljs/data/xml/name.cljc, or JavaScript source providing "cljs.data.xml.name" in file clojure/data/xml/impl.clj" (and a bunch of other exceptions)

This ticket might be relevant, I haven't investigated.

moxaj avatar Jan 14 '18 19:01 moxaj

This is reproducible even after CLJS-2266 has been fixed.

anmonteiro avatar May 13 '18 06:05 anmonteiro