This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-03
Channels
- # announcements (12)
- # babashka (36)
- # beginners (126)
- # calva (26)
- # cider (10)
- # clj-kondo (71)
- # cljdoc (3)
- # cljsrn (2)
- # clojure (232)
- # clojure-australia (1)
- # clojure-europe (11)
- # clojure-france (20)
- # clojure-nl (4)
- # clojure-norway (1)
- # clojure-serbia (4)
- # clojure-uk (6)
- # clojurescript (62)
- # conjure (5)
- # cursive (12)
- # data-science (1)
- # datomic (57)
- # deps-new (1)
- # duct (3)
- # emacs (5)
- # events (8)
- # fulcro (6)
- # graalvm (5)
- # helix (3)
- # jobs (6)
- # jobs-discuss (3)
- # kaocha (4)
- # lsp (128)
- # malli (12)
- # missionary (22)
- # off-topic (1)
- # pathom (7)
- # polylith (27)
- # quil (1)
- # re-frame (20)
- # react (9)
- # reitit (12)
- # releases (8)
- # remote-jobs (3)
- # sci (3)
- # shadow-cljs (9)
- # spacemacs (10)
- # tools-deps (7)
- # vim (7)
- # xtdb (14)
clj-kondo was updated to support the newest linting tools in deps.edn
in clojure CLI 1.10.3.933. it's released in 2021.08.03
.
@doglooksgood Different to... some other tool? Do you mean classpath or some other paths?
My project has a setup to start shadow-cljs with a few aliases. like [:dev :test :cljs :cljs-test]
. In :test
alias I have a :extra-paths
which add "test/clj"
. After upgraded to latest version of tools-deps, test/clj
is not collected in CLASSPATH, but it should be. If I move the :extra-paths
from :test
to :dev
the CLASSPATH is correct. Since there are few tools cider, shadow and tools-deps. I'm not sure where the problem comes from.
when CIDER starts up at the top of the repl it should print the startup command. You can copy that and then continue your investigations from a repl to do exactly what CIDER is doing for you, and then eliminate CIDER's middleware and other things to see if CIDER is the culprit. If not, you have removed one extra player and can continue investigating