This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-03
Channels
- # babashka (17)
- # beginners (166)
- # calva (97)
- # cider (4)
- # clara (2)
- # clj-kondo (46)
- # cljsrn (5)
- # clojure (334)
- # clojure-canada (1)
- # clojure-dev (144)
- # clojure-europe (14)
- # clojure-germany (5)
- # clojure-nl (10)
- # clojure-spec (1)
- # clojure-uk (46)
- # clojurescript (50)
- # conjure (1)
- # core-async (52)
- # core-typed (5)
- # cursive (3)
- # datomic (3)
- # emacs (11)
- # figwheel (16)
- # figwheel-main (9)
- # fulcro (29)
- # graalvm (19)
- # graphql (14)
- # helix (46)
- # hoplon (4)
- # hugsql (2)
- # jobs (2)
- # jobs-discuss (1)
- # juxt (15)
- # kaocha (6)
- # off-topic (9)
- # pedestal (7)
- # portkey (7)
- # re-frame (10)
- # reagent (29)
- # shadow-cljs (13)
- # spacemacs (70)
- # sql (13)
- # tools-deps (26)
- # xtdb (23)
Good day 🙂 i’ve just took the risk to update all my dependendies and getting this werid error when running kaocha
Exception: clojure.lang.ArityException: Wrong number of args (2) passed to: clojure.tools.reader/read
at clojure.lang.AFn.throwArity (AFn.java:429)
...
lambdaisland.tools.namespace.parse$read_ns_decl.invokeStatic (parse.cljc:55)
lambdaisland.tools.namespace.parse$read_ns_decl.invoke (parse.cljc:39)
lambdaisland.tools.namespace.file$read_file_ns_decl.invokeStatic (file.clj:25)
lambdaisland.tools.namespace.file$read_file_ns_decl.invoke (file.clj:17)
lambdaisland.tools.namespace.find$find_ns_decls_in_dir$fn__4514.invoke (find.clj:78)
i am using deps, any pointers? App starts and i can run the test manually (passing) from cider.