cognitect / transit-cljs

Transit for ClojureScript
http://transit-format.org
Apache License 2.0
323 stars 20 forks source link

Wrong number of args on java 1.9 #43

Closed aarkerio closed 6 years ago

aarkerio commented 6 years ago

By instance:

user=>(require '[cognitect.transit :as t])
nil
user=> (def r (t/reader :json))

CompilerException clojure.lang.ArityException: Wrong number of args (1) passed to: transit/reader, compiling:(form-init2906799654242627519.clj:1:8)
aarkerio commented 6 years ago

I was using CLJ repl, no CLSJ repl. My bad.