87
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CLJ-2717 nthrest does not return a rest output on n=0 or past end of seq More... 9 days ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha11 More... 15 days ago
[maven-release-plugin] prepare for next development iteration More... 15 days ago
update to latest github workflow action versions More... 15 days ago
CLJ-2848 Qualified instance methods should use the qualifying class when no param-tags More... 15 days ago
CLJ-2847: Moved no name result check into methodsWithName method so that value and invocation paths will get the same error when a name results in no matches. Also expanded check to constructors so that classes with no public ctors will also have same error message. Finally, cleaned up paramTagsDontResolveException error message. More... 15 days ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha10 More... 17 days ago
[maven-release-plugin] prepare for next development iteration More... 17 days ago
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. More... 19 days ago
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)." More... 19 days ago
Changelog updates for Clojure 1.11.2 and 1.11.3 More... 19 days ago
CLJ-2843 If reflection does not match overload, widen boxed numerics and retry More... 21 days ago
CLJ-2807: Adding array class symbols into the symbol space via the locked out sym/N pattern. More... about 1 month ago
CLJ-2841 - make IDeref extend DoubleSupplier, as with the other Supplier interfaces More... about 1 month ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha9 More... 2 months ago
[maven-release-plugin] prepare for next development iteration More... 2 months ago
CLJ-2839 Infinite seq class hashCode() is infinite loop More... 2 months ago
[maven-release-plugin] prepare for next development iteration More... 3 months ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha8 More... 3 months ago
Revert "CLJ-1162 Improved error message from invalid deref" More... 3 months ago
CLJ-2568 clojure.walk now retains metadata when walking lists and seqs More... 3 months ago
CLJ-2783 Update deprecated process of creating URLs in Java 20+ More... 3 months ago
CLJ-2835: Passing the string 'new' to the methodDescription method when the method is a Constructor instance. More... 3 months ago
Revert "CLJ-2783 Update deprecated process of creating URLs in Java 20+" More... 3 months ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha6 More... 3 months ago
[maven-release-plugin] prepare for next development iteration More... 3 months ago
Revert "CLJ-2568 clojure.walk now retains metadata when walking lists and seqs" More... 3 months ago
CLJ-2788: Added bindings around the io-task for invoke-task to set print bindings to non-truncating values and non-namespaced maps More... 3 months ago
CLJ-2806: Add support for a param-tags metadata via the special metadata field :param-tags taking a vector of symbols corresponding to types and a new reader for supporting it of ^[T U]. Also, added support for using param-tags at compile time to specify a single method for invocation or acccess of qualified class members Class/member and constructors via Class/new. Also implemented method values by expanding the meaning of qualified class member symbolic representation. Added compiler macro to identify Class/method and Class/new member symbols and emit a single-arity function with type hints and coercions on args to fully resolve target constructor, instance method, or static method call. There is no way to specify bound methods. More... 3 months ago
CLJ-2775: Added support for java.util.stream streams including stream-reduce, stream-seq, stream-transduce, and stream-into. More... 3 months ago