87
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 22 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare for next development iteration More... about 1 month ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha9 More... about 1 month ago
CLJ-2839 Infinite seq class hashCode() is infinite loop More... about 1 month ago
[maven-release-plugin] prepare for next development iteration More... about 2 months ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha8 More... about 2 months ago
Revert "CLJ-1162 Improved error message from invalid deref" More... about 2 months ago
CLJ-2568 clojure.walk now retains metadata when walking lists and seqs More... 2 months ago
CLJ-2783 Update deprecated process of creating URLs in Java 20+ More... 2 months ago
Revert "CLJ-2783 Update deprecated process of creating URLs in Java 20+" More... 2 months ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha6 More... 2 months ago
[maven-release-plugin] prepare for next development iteration More... 2 months ago
Revert "CLJ-2568 clojure.walk now retains metadata when walking lists and seqs" More... 2 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... 2 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... 2 months ago
CLJ-2775: Added support for java.util.stream streams including stream-reduce, stream-seq, stream-transduce, and stream-into. More... 2 months ago
Expanded param-tags tests More... 2 months ago
CLJ-2290: Modified into docstring to mention 0 and 1-arities.
fogus
as Fogus
More... 3 months ago
clj-2803 update #inst printer to use thread safe java.time.format.DateTimeFormatter More... 3 months ago
CLJ-2552: Fix example code and improve recur description in reify docstring More... 3 months ago
CLJ-2828 Remove capture function More... 3 months ago
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... 3 months ago
CLJ-2813 Anonymous args accept non-integers, also allows discarded content More... 5 months ago
CLJ-2777 Add :clear-env option to c.j.process/start More... 6 months ago
CLJ-2783 Update deprecated process of creating URLs in Java 20+ More... 6 months ago
CLJ-2225 Improve docstrings of assert and *assert* More... 6 months ago
[maven-release-plugin] prepare release clojure-1.12.0-alpha5 More... 6 months ago
[maven-release-plugin] prepare for next development iteration More... 6 months ago
Add Java 21 to test matrix More... 6 months ago
CLJ-2804 - to avoid i/o blocking under synchronized, replace with ReentrantLock in LazySeq and Delay More... 6 months ago
CLJ-1162 Improved error message from invalid deref More... 6 months ago