tools-deps

telekid 2023-08-11T17:04:00.688449Z

@seancorfield I'm curious to know where you've landed with regard to https://clojure.atlassian.net/browse/TBUILD-6

telekid 2023-08-11T17:06:50.568359Z

I was reading through https://clojure-doc.org/articles/cookbooks/cli_build_projects/#:~:text=or%20in%20containers.-,tools.,jar%20and%20. and generally liked the pattern established here, but ran up against the issue of not seeing a clear path forward to pass :exec-args to cognitect.test-runner.api/test

seancorfield 2023-08-11T17:10:31.377649Z

We ended up backing away from it altogether and went back to :main-opts stuff via aliases. The cookbook pretty much lays out exactly what we do at work and what I do in all my OSS projects these days.

seancorfield 2023-08-11T17:13:22.935269Z

I'm still interested in TBUILD-6 but we have the new stuff in 1.12 that makes tool invocation easier which would get us part of the way there...

seancorfield 2023-08-11T17:21:33.617409Z

BTW, there's a #tools-build channel (for future tools.build Qs).

telekid 2023-08-11T17:46:00.336619Z

ah, great. Thank you!