clojure:dev-method-values

Last commit made on 2024-02-08
Get this branch:
git clone -b dev-method-values https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
dev-method-values
Repository:
lp:clojure

Recent commits

93cb667... by fogus <email address hidden>

renaming return hint for clarity

fcf17fb... by fogus <email address hidden>

pulled return type hint determination into toFnExpr and passing into buildThunk

f8a1aef... by fogus <email address hidden>

collapsed into single buildThunk call

3293542... by fogus <email address hidden>

created three distinct exception builders and used them in their distinct places.

943e15e... by Alex Miller <email address hidden>

remove dead code in ex handler

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

change thunk name

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

ws cleanup

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

cleaned up code for exception handling into two methods

ee0af81... by fogus <email address hidden>

retrun exception

8fb74df... by fogus <email address hidden>

ws fixes