You are currently using a new, unsaved search.
1 2 3 4 5 6 7 8 9 Next >>
Fallback to hash-based comparison for non-Comparables in Util.compare()
eval of defrecord instance with no fields produces {}, not itself
Typo in core.reducers
Public Java API
distinct? does not accept zero arguments
Requiring the same ns doesn't throw an exception
Website doc link for 1.4 api docs returns a 404
One-arg protocol functions whose name begins in a dash generates a call to a wrong field in the emitted code
conj-ing x on equal values should produce equal results
Setting clojure.read.eval to unknown on JVM cmd line causes --eval option to fail
Range function accumulates minor errors when called on floating-point numbers
Updates to changes.md for Clojure 1.5.0-RC15
generative tests for read and edn/read
clojure.walk/stringifiy-keys does not stringify non-keyword keys
Suppress tracebacks from clojure.core
Change *read-eval* default value to false
Make some PersistentVector, SubVector internals public
thread-last can't accept 0 or 1 forms, thread-first can't accept 0 forms
{:as x} destructuring with an empty list raises exception
Compiler exception while compiling swank/commands/basic.clj
Add previous changelog items back to changes.md
Invalid ns macro can yield a difficult to trace exception
UNIX/Windows line endings - clojure.pprint tests cause failure in Windows build
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.java.io/copy interprets read count of 0 as eos
clojure.main/repl unconditionally refers REPL utilities into *ns*
(object-array [1]) is ~3x slower than (object-array (rseq [1]))
deftype: compiler error on set! for mutable field
ExceptionInfo does no abstraction
PersistentQueue's hash function does not match its equality
data.priority-map has no artifacts information in the README
algo.monads README has no artifacts information
Fix error message inconsistencies in Symbol and Keyword
No dependency on jsr166y
Allow duplicate set elements and map keys for all set and map constructors
Broken update-in for empty keys vector
CLJ-940 breaks compilation of namespaces that don't have any public functions
when-first double evaluation
"be come" should be "become"
Syntax quoted form produces a sequence, not a list
assoc should throw exception if missing val for last key
Recursive function raises "call unbound fn" exception