Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arity exception when calling om.next/reader and om.next/writer with zero arguments in Clojure #910

Open
borkdude opened this issue Apr 19, 2019 · 0 comments

Comments

@borkdude
Copy link

borkdude commented Apr 19, 2019

Repro using Clojure on the JVM:

$ lein repl
...
user=> (require '[om.next :as n])
nil
user=> (n/reader)

ArityException Wrong number of args (0) passed to: transit/reader  clojure.lang.AFn.throwArity (AFn.java:429)

user=> (n/writer)

ArityException Wrong number of args (0) passed to: transit/writer  clojure.lang.AFn.throwArity (AFn.java:429)

Errors detected with clj-kondo

@borkdude borkdude changed the title Arity exception when calling om.next/reader with zero arguments in Clojure Arity exception when calling om.next/reader and om.next/writer with zero arguments in Clojure Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant