tools-build

namenu 2021-11-25T01:06:42.262400Z

git-process prints its command to stdout. perhaps debug info..? https://github.com/clojure/tools.build/blob/master/src/main/clojure/clojure/tools/build/api.clj#L239

Alex Miller (Clojure team) 2021-11-25T03:38:49.263200Z

That looks like lingering debug output that should have been removed

seancorfield 2021-11-25T03:42:05.263900Z

I kinda liked seeing what commands were being run 😁

Alex Miller (Clojure team) 2021-11-25T03:42:32.264100Z

released io.github.clojure/tools.build {:git/tag "v0.6.7" :git/sha "8cca4f4"}

Alex Miller (Clojure team) 2021-11-25T03:42:39.264300Z

removes the debug output

namenu 2021-11-25T06:09:35.264500Z

thanks!