87
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 2 months ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare release clojure-1.13.0-alpha4 More... about 2 months ago
[maven-release-plugin] prepare for next development iteration More... about 2 months ago
CLJ-2964: Tests combining :select, :or, :defaults, :keys/:syms/strs and checking variants.
fogus
as Fogus
More... about 2 months ago
Merge branch 'master' of github.com:clojure/clojure More... about 2 months ago
further tighten nested map fabrication in destructuring :select More... about 2 months ago
added some-vals - a predicative filter of nil map values. Tightened up nested map fabrication during destructuring :select More... about 2 months ago
make :defaults w/o :or an error More... about 2 months ago
fix required + :or conflict message to report key now More... about 2 months ago
CLJ-2967 Clarify test cases for checked keys More... about 2 months ago
in map destructuring, don't transform post '&' entries. Move to latest core.specs More... about 2 months ago
in map destructuring: idents after '&' in directives must be keys, not binding symbols. :or now accepts key->val mappings in addition to binding->val. :select now selects deeply, through nested maps, and fills in values for missing keys from :or. ':defaults name' directive at top level binds name to map of defaults key(not binding)->val More... about 2 months ago
move :or :as to top level map destructuring directive :defaults name, that binds ‘name’ to a map of bound keys to their default values. Bump to matching core.specs More... about 2 months ago
CLJ-2966: validate entries are bound in :or when using :as More... about 2 months ago
update to latest core.specs.alpha More... about 2 months ago
CLJ-2966: prevent multi-eval of default exprs More... about 2 months ago
CLJ-2966 Adds :or directive - `:as name`, that binds ‘name’ to a map of bound _keys_ to their default values. More... about 2 months ago
[maven-release-plugin] prepare release clojure-1.13.0-alpha3 More... about 2 months ago
[maven-release-plugin] prepare for next development iteration More... about 2 months ago
CLJ-2964: Added test for :select map destructuring directive.
fogus
as Fogus
More... about 2 months ago
update core.specs.alpha to include :select specs More... about 2 months ago
CLJ-1789 Use transients and reduce in select-keys More... about 2 months ago
Added :select directive to map destructuring. {... :select x ...} binds x to a subset of the map being destructured containing only the keys mentioned (anywhere) in the binding form. Prevent multiple '&' in directives More... 2 months ago
RT.map, and thus reader, tracks new PAM thresholds More... 2 months ago
[maven-release-plugin] prepare release clojure-1.13.0-alpha2 More... 2 months ago
[maven-release-plugin] prepare for next development iteration More... 2 months ago
Revert "update pom plugins to latest versions" More... 2 months ago
[maven-release-plugin] prepare release clojure-1.13.0-alpha1 More... 2 months ago
[maven-release-plugin] prepare for next development iteration More... 2 months ago
update pom plugins to latest versions More... 2 months ago
Update dep versions More... 2 months ago