Fork me on GitHub
#cljs-dev
<
2017-02-02
>
thheller11:02:50

@dnolen found something that works in clojure but not in cljs, not sure if worth a ticket though

thheller11:02:19

building a library that works in clj+cljs, it has a macro which accesses the *ns* and its meta

thheller11:02:44

if you change the metadata and reload the ns clojure the meta updates

thheller11:02:53

not for cljs though

thheller11:02:33

we only do create-ns while the clojure ns macro also calls .resetMeta

dnolen12:02:20

I'm ok with a minor ticket for that

thheller12:02:37

not sure what to do about the possible conflict I described