You are currently using a new, unsaved search.
1 2 Next >>
(.containsKey {:one 1} :one) throws Exception
range's behavior is inconsistent
sources jar has bad versions.properties resource
Compile.java closes out preventing java from reporting exceptions
default tagged literal reader
Performance drop in PersistentHashMap.valAt(...) in v.1.4 -- Util.hasheq(...) ?
seque leaks threads from the send-off pool
add test.generative to Clojure's tests
Broken equality for sets
More REPL-friendly 'ns macro
{:as x} destructuring with an empty list raises exception
Need better error report when omitting parameter list from (fn) or (defn)
Document clojure.org differences between 1.2 and 1.3
Improve docs about argument destructuring at clojure.org
Implement clojure.core.reducers/mapcat and some initial reducers tests
Extend CollFold and IKVReduce to nil
CLJ-940 breaks compilation of namespaces that don't have any public functions
make jsr166 available at build time
pprint doesn't flush the underlying stream
Make some PersistentVector, SubVector internals public
doc macro broken for namespaces
clojure.string/capitalize can give wrong result if first char is supplementary
java.io/do-copy can still garble multibyte characters on IBM JDK 1.5 and 1.6
Varargs protococol impls can be defined but not called
Add previous changelog items back to changes.md
Loops returning primtives are boxed even in return position
New function re-quote-replacement has incorrect :added metadata
update changes.md to include 1.5 changes
Add source and line members and getters to CompilerException
It would be very useful to be able to annotate the constructors of classes created with gen-class
Capture :column metadata (needed for ClojureScript source maps)
No dependency on jsr166y
PersistentQueue's hash function does not match its equality
clojure.main/repl unconditionally refers REPL utilities into *ns*
clojure.core/definterface is not included in the API docs
assoc should throw exception if missing val for last key
when-first double evaluation
(object-array [1]) is ~3x slower than (object-array (rseq [1]))
Allow duplicate set elements and map keys for all set and map constructors
the locking in MultiFn.java (synchronized methods) can cause lots of contention in multithreaded programs
ExceptionInfo does no abstraction
Passing a non-sequence to refer :only results in uninformative exception
[Patch] Allow for type-hinting the method receiver in memfn
Support pretty printing namespace declarations under code-dispatch
"Conflicting data-reader mapping" triggered when the same data_readers.clj is on the classpath twice
clojure.core/bases returns a cons when passed a class and a Java array when passed an interface
gen-class should allow exposes-methods to expose protected final methods
Empty transient maps/sets return wrong value for .contains
into loses metadata
clojure.string/replace behaves unexpectedly when \ or $ are part of the result string