yamlscript

Ingy döt Net 2023-08-28T15:03:42.745639Z

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.

Ingy döt Net 2023-08-28T15:13:50.051169Z

If nobody here knows I can cross post in #leiningen or wait for @hifumi123 🙂

hifumi123 2023-08-28T18:57:02.835519Z

did you install the dependent project beforehand

Ingy döt Net 2023-08-28T19:04:02.207039Z

Try running lein repl from the libyamlscript dir in the clojure branch

Ingy döt Net 2023-08-28T19:04:11.437729Z

bbl