[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
One of us should forward this to #releases so that it gets included in the weekly Deref newsletter 🙂
Thanks for all your hard work 🎉
@seancorfield I do check here, but I can forget when I’m making the Deref. I appreciate the forwarding.
I concur with @emma.audrey.g. @dmiller, thank you for all your hard work over all the years!