This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-07
Channels
- # announcements (7)
- # beginners (123)
- # calva (27)
- # cider (23)
- # clj-kondo (4)
- # cljsrn (7)
- # clojure (29)
- # clojure-dev (7)
- # clojure-europe (4)
- # clojure-italy (4)
- # clojure-nl (16)
- # clojure-uk (47)
- # clojurescript (1)
- # code-reviews (4)
- # cursive (4)
- # data-science (4)
- # datomic (30)
- # duct (4)
- # fulcro (4)
- # graphql (1)
- # kaocha (4)
- # mount (8)
- # off-topic (13)
- # overtone (1)
- # pedestal (2)
- # planck (3)
- # re-frame (9)
- # reagent (50)
- # ring (12)
- # shadow-cljs (38)
- # spacemacs (5)
- # testing (13)
- # tools-deps (55)
- # vim (30)
- # xtdb (13)
Interesting error using clj-kondo v2019.05.06-alpha
:
/Users/marc/dev/circleci/circle/src/circle/web/http/routes/outer.clj:0:0: error: can't parse /Users/marc/dev/circleci/circle/src/circle/web/http/routes/outer.clj, No implementation of method: :sexpr of protocol: #'rewrite-clj.node.protocols/Node found for class: nil
These files have clojure dating from 2012-11-07 😄
Found it:
$ echo '(fn)' | clj-kondo --lint -
<stdin>:0:0: error: can't parse <stdin>, No implementation of method: :sexpr of protocol: #'rewrite-clj.node.protocols/Node found for class: nil
linting took 3ms, errors: 1, warnings: 0
And here is a similar one:
$ echo '(doseq [send [inc]] (send 1))' | clj-kondo --lint -
<stdin>:1:21: error: wrong number of args (1) passed to clojure.core/send