This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-25
Channels
- # announcements (16)
- # babashka (110)
- # babashka-sci-dev (11)
- # beginners (50)
- # biff (3)
- # calva (1)
- # clj-commons (19)
- # clj-kondo (1)
- # clojure (17)
- # clojure-art (19)
- # clojure-austin (5)
- # clojure-berlin (2)
- # clojure-denmark (3)
- # clojure-europe (101)
- # clojurescript (84)
- # clr (1)
- # core-async (2)
- # emacs (3)
- # helix (5)
- # honeysql (4)
- # hyperfiddle (8)
- # introduce-yourself (2)
- # jobs (1)
- # lsp (18)
- # membrane (3)
- # reagent (5)
- # releases (3)
- # shadow-cljs (10)
- # tools-deps (24)
I pushed out ClojureCLR 1.12.0-alpha4 just now. Mostly minor fixes. Two of a little more interest: clojure.core.server was not catching a socket closing connection and would crash when a client closed the connection. The SocketException was getting wrapped in an IOException and not being caught. And I fixed a bug introduced when I added loading .cljr files. The code looking for AOT-compiled files was broken. This would only be noticed if you were looking for AOT-compiled clojure source, which means only under Framework 4.x.