All Versions
69
Latest Version
4.6
Avg Release Cycle
124 days
Latest Release
-

Changelog History
Page 6

  • v1.10.1 Changes

    1 Features and Major Changes

  • v1.10 Changes

    🚀 The 1.10 release of ClojureCLR corresponds to the 1.10.2 version of Clojure(JVM). 🛠 We have made all the changes, bug fixes, etc., listed below that are relevant to ClojureCLR.

    Platform

    ⚡️ The most significant change in 1.10 is updating support to the more recent .Net platforms.
    🚀 In this release, we have dropped support for .Net 3.5. Supported platforms are:

    • .Net Framework 4.6.1 (and later)
    • .Net Core 3.1
    • .Net 5.0

    Libraries are written toArray

    • .Net Standard 2.0
    • .Net Standard 2.1

    🚀 Because of the limititions of System.Reflection.Emit, in particular, AssemblyBuilder.Save() not being implemented, there is no compilation of Clojure source (.clj) to assemblies (.dll). This means we cannot AOT-compile the Clojure core code, resulting in lengthier startup initialization. (We hope to fix that in a future release.) Features that rely on AOT-compilation, gen-class in particular, will not function. Other than that, the effect is minimal. CLJ code that is loaded will be compiled to IL and JITted to machine code as always.

    ⚡️ Other fixes/updates/etc.

    • 🔦 Expose environment variables that control spec to Mono platforms
    • 👍 Stop throwing exceptions on locals with primitive type hints (to support better type analysis in Arcadia/Unity)
    • 🔄 Change naming for certain FnExpr to support spec fn-name demunging
    • 🛠 Fix import call in core_print.clj
    • ✅ Enable test clj-1102-empty-stack-trace-should-not-throw-excpetions (test_clojure/test.clj)
    • 👻 Enable clojure.core/throw-if to record the filtered stack trace in the Data dictionary of the Exception
    • 🛠 Fix warning on comparison to phase keywords
    • 🛠 Fix typo in field names introduced in fix CLJ-2372
    • CLJCLR-102 On init, load spec DLLs from application base directory
    • CLJCLR-98 fix name of clojure.core/set-validator! (missing !)
    • CLJCLR-101 Fix handling of .Net decimal type in Numbers operations
    • 👌 Improve support for unsigned integer types
    • CLJCLR-100 Add build targeting .Net 4.5 (that didn't last long)
    • CLJCLR-104 fix proxy-super reflection warning in core_print
    • CLJCLR-81 Compute RT.DEFAULT_IMPORTS at startup
    • In name->type lookup, ignore non-public types (to deal with shadowed types in .Net Core)
    • 🖨 Make sure all defs of print-initialized set isDynamic=true
    • ✂ Remove SimpleConsole and DlrConsole
    • 🛠 Fix IL generation for certain interop (PEVerify showed wrong types on stack)
    • CLJCLR-33 Fix behavior of "standard input" on *nix OSes. (was not doing backspace handling and related)
    • ✂ Remove unnecessary checks in Bigdecimal.Context.Equals
    • CLJCLR-103 Add gitter.im link to README
    • CLJCLR-105 Update README to point bug reporting to clojure.atlassian.net/projects/CLJCLR
    • CLJCLR-106 Fix rendering of #error map
    • CLJCLR-108 Fix error in TryExpr parsing -- set! of mutable bidning in protocol fn fails when embedded in a locking expression
    • CLJCLR-107 Fix Compiler.maybeResolveIn for when the symbol name is empty
      • CLJCLR-110 🐧 Use Copy directive instead of xcopy in Clojure.Compile.csproj, fixing Linux build
      • CLJCLR-111 Run Clojure.Compile.exe with mono on *nix.
  • v1.9.0 Changes

    May 28, 2018

    2018-04-07

  • v1.9.0-beta1

    April 07, 2018
  • v1.9.0-alpha15

    September 23, 2017
  • v1.9.0-alpha13

    October 08, 2016
  • v1.8.0 Changes

    July 09, 2016

    2016-07-02

  • v1.8.0-beta1

    July 02, 2016
  • v1.7.0 Changes

    July 23, 2015

    2015-07-03

  • v1.7.0-RC1

    July 03, 2015