Fork me on GitHub
#polylith
<
2021-10-14
>
seancorfield06:10:58

I talk about 0.2.13-alpha, shell, tools.build and swappable implementations for components!

💯 6
polylith 8
tengstrand07:10:14

Well written!

1
Ziad Salah13:10:27

Hi all, I was following polylith's documentation on using tools.build and io.github.seancorfield/build-clj The instructions suggest running clojure -A:deps -T:build uberjar :project command-line I may have missed something in the documentation, apologies if so, but I was wondering if someone can help me understand what -A:deps is referring to here and why it's needed?

seancorfield15:10:00

It is not needed. That's a mistake in the docs.

Ziad Salah15:10:44

Ah I see, thank you!

seancorfield15:10:51

You only need -A:deps to run help/doc

Ziad Salah15:10:32

Is it referring to an alias defined in the user level config?

seancorfield15:10:47

Root-level deps.edn (i.e., provided by tools.deps itself in the Clojure CLI).

Ziad Salah15:10:32

Understood, thanks for the help, Sean!

seancorfield15:10:47

I created https://github.com/polyfy/polylith/issues/149 to get it fixed in the docs/examples. It's "harmless" (but not needed and it's confusing).

Ziad Salah15:10:36

That's great, thank you

tengstrand15:10:23

This has been fixed now by @U04V70XH6 and the page is up-to-date now @UVD9WKYDQ.

Ziad Salah15:10:50

Excellent, thank you both

👍 1