practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
ghosttoaster 2021-02-11T02:50:31.009300Z

Has anyone had luck getting cider to work with clojure.tools.deps.alpha/add-libs? I’m using the practicalli alias in the jack-in command and the jack-in fails.

practicalli-john 2021-02-11T09:17:39.011900Z

@cdimara I pushed a fix for the hot load alias the other weekend. I mistakenly updated the SHA number to the main branch, rather than the add-libs branch. Sorry for the confusion.

ghosttoaster 2021-02-11T14:11:17.014500Z

No worries! Hmm. I think I already updated but I’ll check again.

ghosttoaster 2021-02-11T14:15:18.016Z

@jr0cket one note: they renamed the function name from ‘add-lib’ to ‘add-libs’: https://github.com/clojure/tools.deps.alpha/blob/d77476f3d5f624249462e275ae62d26da89f320b/src/main/clojure/clojure/tools/deps/alpha/repl.clj#L75

ghosttoaster 2021-02-11T14:50:44.017200Z

looks like they changed the function to accept an entire target to version map that can do multiple libs and changed the name to reflect that

alexmiller 2021-02-11T15:01:25.017400Z

correct

alexmiller 2021-02-11T15:01:44.017800Z

(had to give up on the ad lib pun though :( )

😞 1
ghosttoaster 2021-02-11T18:10:16.019400Z

I also think I found and issue with the practicalli banner. Not sure if emacs can render svgs. I was getting the ascii logo in gui Emacs. I switched to practicalli-logo.png and your banner came right up.

ghosttoaster 2021-02-11T18:10:29.019700Z

Should I be filing github issues?