Fork me on GitHub
#boot
<
2017-04-02
>
juhoteperi18:04:37

@micha btw. Clojars now has admin role (https://groups.google.com/d/msg/clojars-maintainers/fM_eXt9NG88/NVvSqQGKBgAJ) and for some reason adzerk group doesn't have any admins so you'll probably want to file an issue

micha18:04:15

@juhoteperi interesting, thanks!

danplz22:04:35

Is there a doc that describes when / how Boot fetches dependencies? I'm having trouble with missing deps, while following the updated Modern CLJS tutorial (https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-02.md)

danplz22:04:30

Ha, simple oversight. I expected -d --dependencies to list or describe dependencies, but it adds them. All good.

seancorfield23:04:41

Question about the -d option: if I run boot -d com.datomic/datomic-pro:0.9.5561 repl, it doesn’t seem to pick up settings from my ~/.boot/profile.boot file (`:repositories` etc). Is that expected?

seancorfield23:04:20

If I run boot repl, I can do (merge-env! :dependencies '[[com.datomic/datomic-pro “0.9.5561”]]) and it works fine.