tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
alexmiller 2021-06-14T00:51:50.208300Z

right now, that's how the uberjar in the installer is named

alexmiller 2021-06-14T00:52:01.208500Z

not sure why you need the uberjar at all though

alexmiller 2021-06-14T00:52:58.208900Z

I think it may have been called other things in the past

cfleming 2021-06-14T02:15:24.211400Z

I could avoid the need for the uberjar using clj -A:deps -Spath along with -Sdescribe but that’s tricky for UI reasons in Cursive since describe returns immediately but that command takes some amount of time up to a lot. That needs running in the background with a progress meter, and also requires parsing output in order to provide some useful feedback to the user on what’s going on. Looking for the uberjar is just easier at the moment.

2021-06-14T14:49:50.212300Z

IS add-lib deliberately not added in tool-deps?

2021-06-14T14:50:08.212900Z

I am in search of the feature of dynamically adding a lib in the repl.

2021-06-14T15:01:21.213800Z

It is intentionally on a branch that is not the main/master branch, because the time/design/effort has not yet been expended to include it in the main/master branch.

2021-06-14T15:02:09.214300Z

I have used it briefly before, and Sean Corfield uses it frequently, so you are free to use it if you wish.

alexmiller 2021-06-14T15:02:28.214900Z

We are still deciding on various questions about how to include it