This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-23
Channels
- # announcements (1)
- # aws (13)
- # babashka (31)
- # beginners (102)
- # calva (46)
- # cider (16)
- # clj-kondo (1)
- # cljs-dev (3)
- # clojars (1)
- # clojure (396)
- # clojure-argentina (1)
- # clojure-australia (4)
- # clojure-europe (64)
- # clojure-nl (2)
- # clojure-uk (8)
- # clojurescript (20)
- # conjure (5)
- # cursive (4)
- # datomic (15)
- # emacs (48)
- # graalvm (69)
- # graalvm-mobile (1)
- # jobs (4)
- # jobs-rus (1)
- # lsp (6)
- # malli (15)
- # meander (2)
- # observability (11)
- # off-topic (10)
- # pathom (2)
- # portal (4)
- # re-frame (19)
- # reitit (1)
- # remote-jobs (3)
- # sci (1)
- # shadow-cljs (51)
- # tools-deps (11)
- # vim (12)
- # xtdb (13)
Is there a proper way to use the project root path in :paths
? :paths ["."]
used to work but now seems deprecated. This is useful for using scripts from gist
:paths ["."]
works just fine. In fact that's specifically what -T
does behind the scenes.
WARNING: Use of :paths external to the project has been deprecated, please remove: C:\my\project\.clojure\local
@jjttjj You need to provide a bit more context and perhaps a repro example.
Ah, sorry, disregard! I realize what this is. Coming from a setting in my root deps.edn not this one.
Hmm, never thought to try that... interesting...