clojure:master

Last commit made on 2024-04-26
Get this branch:
git clone -b master https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
master
Repository:
lp:clojure

Recent commits

fd26a46... by fogus <email address hidden>

CLJ-2844: Modified qualified method impl to support new instance method syntax, defer resolution, and fallback to existing method inference when param-tags not used and Class + methodName cannot resolve.

c4973a4... by Alex Miller <email address hidden>

CLJ-2841 - make IDeref extend DoubleSupplier, as with the other Supplier interfaces

bc69ef4... by fogus <email address hidden>

CLJ-2835: Passing the string 'new' to the methodDescription method when the method is a Constructor instance.

1fa5b03... by fogus <email address hidden>

CLJ-2807: Adding array class symbols into the symbol space via the locked out sym/N pattern.

1d50190... by Alex Miller <email address hidden>

Revert "CLJ-2807: Add support for a symbol comprising the name of the array component type (primitive, full-qualified class, or import aliases accepted) followed by an asterisk for each dimension of the array (1 or more)."

This reverts commit b2a914355589acad3aed6d724fbd6a995fd2610b.

f9cbc65... by Alex Miller <email address hidden>

Changelog updates for Clojure 1.11.2 and 1.11.3

3e2bfe6... by Alex Miller <email address hidden>

CLJ-2843 If reflection does not match overload, widen boxed numerics and retry

92d8687... by clojure-build <email address hidden>

[maven-release-plugin] prepare for next development iteration

9704da2... by clojure-build <email address hidden>

[maven-release-plugin] prepare release clojure-1.12.0-alpha9

06d4508... by Alex Miller <email address hidden>

CLJ-2839 Infinite seq class hashCode() is infinite loop