clojure:dev-fn-interfaces

Last commit made on 2023-12-08
Get this branch:
git clone -b dev-fn-interfaces https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
dev-fn-interfaces
Repository:
lp:clojure

Recent commits

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

Merge branch 'master' into dev-fn-interfaces

1ba6f14... by JarrodCTaylor <email address hidden>

FI adaptors for float return sigs

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

Merge remote-tracking branch 'refs/remotes/origin/dev-fn-interfaces' into dev-fn-interfaces

4d287b4... by Alex Miller <email address hidden>

handle adapter return type coercion from double to float

ca005d9... by JarrodCTaylor <email address hidden>

More FI adaptor tests

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

adapt functional interface when boxing arg (covers many invocation cases)

724cb22... by JarrodCTaylor <email address hidden>

Test FI adaptors

7b4c180... by Alex Miller <email address hidden>

add stub for method value adapting from method thunks

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

remove dead code after split

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

split the existing code to emit invokedymamic in two, so half can be reused in adapting method reference