This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-14
Channels
- # aleph (3)
- # announcements (1)
- # babashka (36)
- # babashka-sci-dev (4)
- # beginners (62)
- # biff (2)
- # calva (13)
- # cider (4)
- # clj-kondo (6)
- # cljdoc (17)
- # clojure (142)
- # clojure-dev (6)
- # clojure-europe (62)
- # clojurescript (20)
- # core-async (26)
- # cursive (18)
- # data-oriented-programming (9)
- # data-science (1)
- # datahike (18)
- # events (4)
- # fulcro (4)
- # graalvm (2)
- # hyperfiddle (15)
- # interop (1)
- # jobs-discuss (8)
- # leiningen (2)
- # lsp (91)
- # malli (1)
- # missionary (11)
- # nbb (65)
- # off-topic (50)
- # practicalli (2)
- # programming-beginners (4)
- # re-frame (18)
- # remote-jobs (1)
- # shadow-cljs (53)
- # spacemacs (1)
- # specter (2)
- # sql (17)
- # tools-build (63)
- # web-security (1)
- # xtdb (15)
i have a deps.edn src path to a relative dir outside my project... i guess that isn't supported by cursive/babashka?
(all of the relevant namespaces/symbols are showing as unfound symbols even though the executable runs fine)
not familiar with :local/root
do you have docu you can point me to?
or an example?
(google has been unhelpful for that - local roots farm? 😆 )
oh i think i found it
nice - can even name it that way, that's actually better. thanks
hmm, that doesn't seem to change anything
i suspect the other project isn't configured right for using the deps structure to work
it's really just "another src dir"
it's possible it has to do with the naming - i'm not quite clear on what the name corresponds to in the deps.edn :deps key vs where it is being used in a :require
keyword and what the connection across is. i guess i'll have to read more about deps
Is there any point to connecting a remote cursive nrepl to a headless leiningen nrepl server vs just spinning up a local repl in cursive with leiningen?