lein-figwheel

atroche 2017-08-11T16:59:35.196553Z

hello! I'm having problems with the namespaced map literal syntax in figwheel:

app:cljs.user=> *clojurescript-version*                                                                               
"1.9.854"                                                  
app:cljs.user=> #:: {:a 1}                                                                                            
clojure.lang.ExceptionInfo: Invalid token: :: {:type :reader-exception, :line 1, :column 4, :file "NO_SOURCE_FILE"} 

atroche 2017-08-11T16:59:43.200950Z

this happens at the repl, but also just when I try to compile it

atroche 2017-08-11T16:59:49.204179Z

has anyone else run into this?

atroche 2017-08-11T17:32:01.185640Z

oh, excuse me, I had an old version of clojure.tools.reader on the classpath. my fault for not using :pedantic? :abort 🙂