Fork me on GitHub
#tools-deps
<
2019-08-03
>
sekao13:08:03

am i right that there is no way to combine aliases in deps.edn? so instead of writing clj -A:one:two i could just write clj -A:two and it would pull in :one automatically. i know you can't pass aliases to :main-opts so i'm guessing i just need to write them both explicitly

dharrigan20:08:53

Any pointers to approaches/libraries that are similar to the intent of pomegranate/alembic to allow for reloading of deps.edn within a running repl (to pull in a new dep) or to dynamically add in a dep on the repl (to kickstart a download and adding to the classpath)?

seancorfield20:08:21

@dharrigan tools.deps has a branch with add-lib that dynamically adds new libraries to the running system...

dharrigan20:08:09

I guess my next question is (when) will it be merged in and released?

dharrigan20:08:12

pretty awesome 🙂

seancorfield20:08:17

That also has an example of how to add master from GitHub 🙂

dharrigan20:08:53

thanks 🙂