clojure:dev-fns

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

Branch merges

Branch information

Name:
dev-fns
Repository:
lp:clojure

Recent commits

0482d20... by Alex Miller <email address hidden>

merge master

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

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

improve invoker method type encoding and fix conversions

00ce596... by Alex Miller <email address hidden>

fix doc

9c8d46e... by Alex Miller <email address hidden>

simplify reflector changes