clr

dmiller 2025-11-24T22:53:58.931709Z

[ANN] ClojureCLR 1.12.3-alpha4 released The biggest change in this release is support for .NET 10. Some minor compiler changes: • Change how constant maps are emitted. (Closer to JVM version, decrease in memory usage.) • CLJCLR-181: Do not create static fields in function classes for unused functions. • CLJCLR-182: Fix handling of a primitive type hint on the var name of a defn. • CLJCLR-183: Fix NullReferenceException that sometimes occurs in printing a stack trace. • CLJCLR-185: Change lookup directory of Clojure.Source.dll to be the same as for the spec.alph DLLs. • CLJCLR-186: Fix parsing of .NET version when version is a release candidate or other preview • Check for incomplete reads of embedded resources in assemblies. One other random fix: • CLJCLR-188: Fix sort-by to work properly with IComparable

👍 1
🎉 8
seancorfield 2025-11-24T23:08:04.910889Z

One of us should forward this to #releases so that it gets included in the weekly Deref newsletter 🙂

➕ 2
✅ 2
2025-11-24T23:54:45.235389Z

Thanks for all your hard work 🎉

neumann 2025-11-25T06:21:19.390529Z

@seancorfield I do check here, but I can forget when I’m making the Deref. I appreciate the forwarding.

neumann 2025-11-25T06:23:40.483149Z

I concur with @emma.audrey.g. @dmiller, thank you for all your hard work over all the years!

1