This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-28
Channels
- # announcements (7)
- # beginners (49)
- # calva (18)
- # cider (48)
- # clj-yaml (1)
- # clojure (37)
- # clojure-dev (23)
- # clojure-europe (29)
- # clojure-nl (1)
- # clojure-norway (16)
- # clojure-sweden (41)
- # clojure-uk (6)
- # clojurescript (32)
- # community-development (9)
- # conjure (4)
- # datomic (13)
- # hyperfiddle (24)
- # kaocha (6)
- # leiningen (4)
- # missionary (46)
- # nextjournal (1)
- # nrepl (26)
- # off-topic (101)
- # shadow-cljs (67)
- # testing (9)
- # yamlscript (5)
I need help doing something with leiningen :managed-dependencies
.
My repo is pushed here: https://github.com/yaml/yamlscript/tree/clojure (note the clojure
branch)
I have 2 subdirectories:
• clojure
- defines a yamlscript.core
library
• libyamlscript
- defines a libyamlscript.core
library
◦ The libyamlscript.core
lib wants to depend on the local yamlscript.core
lib
In the ./libyamlscript/
directory, lein repl
fails to start.
I'm a lein rookie. @hifumi123 pointed me towards :managed-dependencies
but I'm stuck here.
If nobody here knows I can cross post in #C0AB48493 or wait for @hifumi123 🙂
Try running lein repl
from the libyamlscript
dir in the clojure
branch