Clojure 1.10.0-alpha8 is now available. You can try it with clj using:
clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-alpha8"}}}'
1.10.0-alpha8 includes the following changes since 1.10.0-alpha7:
- CLJ-2297 <https://dev.clojure.org/jira/browse/CLJ-2297> -
PersistentHashMap leaks memory when keys are removed with without
- CLJ-1587 <https://dev.clojure.org/jira/browse/CLJ-1587> -
PersistentArrayMap’s assoc doesn’t respect HASHTABLE_THRESHOLD
- CLJ-2050 <https://dev.clojure.org/jira/browse/CLJ-2050> - Remove
redundant key comparisons in HashCollisionNode
- CLJ-2349 <https://dev.clojure.org/jira/browse/CLJ-2349> - report
correct line number for uncaught ExceptionInfo in clojure.test
- CLJ-1403 <https://dev.clojure.org/jira/browse/CLJ-1403> - ns-resolve
might throw ClassNotFoundException but should return nil
- CLJ-1654 <https://dev.clojure.org/jira/browse/CLJ-1654> - Reuse seq in
some
- CLJ-1764 <https://dev.clojure.org/jira/browse/CLJ-1764> - partition-by
runs infinite loop when one element of infinite partition is accessed
- CLJ-2044 <https://dev.clojure.org/jira/browse/CLJ-2044> - add arglist
meta for functions in clojure.instant
- CLJ-1797 <https://dev.clojure.org/jira/browse/CLJ-1797> - Mention cljc
in error when require fails
- CLJ-1832 <https://dev.clojure.org/jira/browse/CLJ-1832> - unchecked-*
functions have different behavior on primitive longs vs boxed Longs
- CLJ-1366 <https://dev.clojure.org/jira/browse/CLJ-1366> - The empty
map literal is read as a different map each time
- CLJ-1550 <https://dev.clojure.org/jira/browse/CLJ-1550> - Classes
generated by deftype and defrecord don’t play nice with .getPackage
- CLJ-2031 <https://dev.clojure.org/jira/browse/CLJ-2031> -
clojure.walk/postwalk does not preserve MapEntry type objects
- CLJ-1435 <https://dev.clojure.org/jira/browse/CLJ-1435> - 'numerator
and 'denominator fail to handle integral values (i.e. N/1)
- CLJ-2257 <https://dev.clojure.org/jira/browse/CLJ-2257> - docstring:
fix typo in proxy
- CLJ-2332 <https://dev.clojure.org/jira/browse/CLJ-2332> - docstring:
fix repetition in remove-tap
- CLJ-2122 <https://dev.clojure.org/jira/browse/CLJ-2122> - docstring:
describe result of flatten as lazy
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.