1 2 Next >>
Clojure loses quoted metadata on empty literals
Improve error printing in clojure.main with -m, -e, etc
[core.specs] Destructuring spec is overly restrictive in namespaced :keys
[spec] Instrumentation of fns with primitive type hints fails
Allow reader conditionals in prepl
Document return value of Throwable->map
Clojure-aware error stacktrace rendering
Update `clj` REPL with hint: (use Ctrl-D to exit)
[core.specs] defmulti and defmethod spec
Allow map-indexed to accept multiple collections (a la map)
Use transient map in zipmap
reduce-kv on hash-maps or array-maps don't consistently execute the intended fastpath
Make `satisfies?` as fast as a protocol method call
Consider integration with java.util.function interfaces
Lighter-weight aliasing for keywords
#clojure/var tag for transmitting var identity
[spec] describe* of spec-impl returns nil :args and :fn
[spec] Inconsistent results from s/valid? and s/explain when using s/or without parameters
[spec] clojure.spec: :pred in explain for coll-of should have resolved symbols
[spec] The result of s/form for s/keys* is different from the original form
[spec] Generators for some? and any? only return collections or nil
Remove loading of clojure.string in clojure.java.io
Support for multiple key(s)-value pairs in assoc-in
Primitive VecSeq does not implement equals or hashing methods
Doc that clojure.string/split strips trailing delimiters
defprotocol doesn't resolve tag classnames
[spec] Error attempting to unform unconformed keys (no :conform-keys opt)
[spec] clojure.spec.alpha/exercise-fn should emit a bettor error message when no implementation is found for a symbol
bigint? predicate and generator
New socket server startup proactively loads too much code, slowing boot time
[spec] alt with an empty cat breaks explain
Document behavior of clojure.core/get on strings and Java arrays
[spec] coll-of :min-count and :gen-max used together cause collections that are too large to be generated
[spec] Generator overrides for spec aliases are not respected
[spec] Nesting cat inside ? causes unform to return nested result
[spec] clojure.spec/def should support an optional doc-string
AReference#meta() is synchronized
empty? is broken for transient collections
macroexpand throws runtime exception on symbol bound to a class
Improve `refer` performance
[spec] (s/def ::a ::b) throws unable to resolve error if ::b is not defined
[spec] clojure.spec/keys requires input collections conform to clojure.core/map?
Suppress printing namespace map literal syntax when only one namespaced key
infinite loop in 'partition' and 'partition-all' when 'step' or 'n' is not positive
Improve support for extending protocols to primitive arrays
[spec] incorrect spec conform when an optional (?) is inside of a one or more (+)
adds docstring support to defonce
Consider transducer support for primitives
`iterate` reducer
partition-by and partition-all transducers should ensure visibility of state changes