releases

A place to post minor releases of libraries and projects that you would not otherwise post in #announcements
lread 2021-03-20T14:38:24.003900Z

rewrite-clj 1.0.594-alpha is https://github.com/clj-commons/rewrite-clj/blob/main/CHANGELOG.adoc#v10594-alpha - a minor change for this release: • rewrite-clj was depending on Clojure v1.10.3 but min version required is 1.9.0, adjusted accordingly

1👍
dpsutton 2021-03-20T19:59:35.006500Z

If you wanted to use a bare socket repl with emacs, just added some features to make working with multiple repls far easier. There's now inf-clojure-set-repl which will set whatever repl you are in as the current repl, or if not in a repl, will show a list of all inf-clojure repls from which to choose. If you rename your repls when they are created it can make it quite nice to work with multiple repls in the same project, or multiple projects at the same time. In this screenshot, there are three repls open, clj/cljs work and next-jdbc. Can easily select the repl for the current connection.

4👍1
seancorfield 2021-03-20T22:47:03.007500Z

URL for the repo containing this?

dpsutton 2021-03-20T23:37:27.007700Z

https://github.com/clojure-emacs/inf-clojure

1