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

0 votes
in ClojureScript by

ClojureScript 1.10.520 cljs.user=> (require '["clojure.set" :as set]) nil cljs.user=> (dir set) Unexpected error (AssertionError) macroexpanding cljs.repl/dir at (<cljs repl>:1:1). Assert failed: (symbol? ns)

Instead, expect that {{dir}} would show the vars in the {{clojure.set}} namespace.

3 Answers

0 votes
by

Comment made by: mfikes

CLJS-3090.patch passes CI (/)

0 votes
by

Comment made by: mfikes

CLJS-3090.patch added to Patch Tender (i)

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