You are currently using a new, unsaved search.
1 2 3 4 5 6 7 8 9 Next >>
Setting clojure.read.eval to unknown on JVM cmd line causes --eval option to fail
Updates to changes.md for Clojure 1.5.0-RC15
generative tests for read and edn/read
Make some PersistentVector, SubVector internals public
{:as x} destructuring with an empty list raises exception
Add previous changelog items back to changes.md
More REPL-friendly 'ns macro
reify ignores :pre and :post
Loops returning primtives are boxed even in return position
let-> needs improvement
Oracle Java 5 fails to run tests when building Clojure
Broken equality for sets
Extend CollFold and IKVReduce to nil
New function re-quote-replacement has incorrect :added metadata
update changes.md to include 1.5 changes
clojure.main/repl unconditionally refers REPL utilities into *ns*
(object-array [1]) is ~3x slower than (object-array (rseq [1]))
ExceptionInfo does no abstraction
PersistentQueue's hash function does not match its equality
No dependency on jsr166y
Allow duplicate set elements and map keys for all set and map constructors
CLJ-940 breaks compilation of namespaces that don't have any public functions
when-first double evaluation
"be come" should be "become"
assoc should throw exception if missing val for last key
add test.generative to Clojure's tests
reduce-kv on sorted maps should stop on seeing a Reduced value
Docstring for deliver doesn't match behavior
"Conflicting data-reader mapping" triggered when the same data_readers.clj is on the classpath twice
seque leaks threads from the send-off pool
Website documentation for evaluation has misleading information about "load"
ns-resolve doc has a typo
partial function should also accept 1 arg (just f)
clojure.data/diff should cope with null and false values in maps
make print-table org mode compatible
Performance drop in PersistentHashMap.valAt(...) in v.1.4 -- Util.hasheq(...) ?
Implement clojure.core.reducers/mapcat and some initial reducers tests
clojure.org/downloads page, nightly builds link out of date
the locking in MultiFn.java (synchronized methods) can cause lots of contention in multithreaded programs
pprint doesn't flush the underlying stream
make jsr166 available at build time
clojure.set/rename-keys deletes keys when there's a collision
(int \a) returns a value, (long \a) throws an exception
inconsistent destructuring behaviour when using nested maps
doc for *data-readers* is wrong about the format for data_readers.clj
Document changes between Clojure 1.3 and 1.4
Add support for marker protocols
clojure.org/patches should have link to JIRA workflow wiki page added, and most content removed
test-clojure/rt.clj has undeclared dependency on clojure.set
Support pretty printing namespace declarations under code-dispatch