This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-07
Channels
- # announcements (2)
- # babashka (38)
- # beginners (38)
- # calva (4)
- # cider (1)
- # clj-kondo (43)
- # clojure (50)
- # clojure-dev (39)
- # clojure-europe (4)
- # clojure-spec (4)
- # clojure-uk (2)
- # conjure (6)
- # core-async (5)
- # core-typed (3)
- # data-science (2)
- # datomic (6)
- # depstar (4)
- # emacs (1)
- # events (2)
- # fulcro (4)
- # jobs-discuss (4)
- # luminus (1)
- # off-topic (5)
- # re-frame (14)
- # shadow-cljs (8)
- # sql (8)
- # tools-deps (22)
Youch. I’ve just discovered that a whole pile of things have changed with Clojure CLI. Starting a Clojure CLI + Figwheel Main project with the most recent Clojure build (1.10.1.727) now gives:
> Executing task: clojure -Sdeps '{:deps {nrepl {:mvn/version "0.8.2"} cider/cider-nrepl {:mvn/version "0.23.0"} clj-kondo {:mvn/version "2020.04.05"} cider/piggieback {:mvn/version "0.4.2"}}}' -A:fig:build <
DEPRECATED: Libs must be qualified, change nrepl => nrepl/nrepl
DEPRECATED: Libs must be qualified, change clj-kondo => clj-kondo/clj-kondo
WARNING: Use of :main-opts with -A is deprecated. Use -M instead.
Seems to still work (although I’ve not really dug too deep yet). Is this something you were aware of @pez?
I am aware. https://github.com/BetterThanTomorrow/calva/issues/826 But it is good that you remind about it. It will probably keep working for a long time, but it should of course be addressed anyway.
👍 3
@paulbutcher Just released a new version of clj-kondo that will present you these warnings in your buffer:
👍 3
6
💯 6