You are currently using a new, unsaved search.
IllegalArgumentException thrown when defining a var whose value is calculated with a primitive fn.
cljs.core// does not work in ClojureScript
Add support for UUID literals using tagged literal capability.
Agent sends consume heap
java.io/do-copy can garble multibyte characters
Add support for property lookup
instant literal
PersistentHashMap uses a hashing function that is incongruent with the equality function it uses
Add ability to disable locals clearing
catch receives a RuntimeException rather than the expected checked exception
Javadoc does not detect 1.7 when setting *core-java-api*
Report source file and line number when throwing syntax-related error from core macros
Transient hashmaps mishandle hash collisions
Include argument type info in reflection warnings and method signatures in dispatch compilation errors
Document 1.3 numeric support
Miscellaneous improvements to Clojure runtime usability from Java
Syntactically broken clojure.test/are tests succeed
Error reporting of invalid digit in unicode character literal
clojure.java.io/Coercions doesn't handle URL-escaping
#^:dynamic vars declared in a nested form are not immediately dynamic
core min and max should behave predictably when args include NaN
Typo in the doc of get-in function
mapv, filterv
Unexpected interaction between protocol extension and namespaced method keyword/symbols
clojure.lang.RT should provide a loadLibrary static method
contains? does not work with java.util.Set
dev.clojure.org/display/doc/1. 3 renders badly
java.lang.VerifyError when compiling deftype or defrecord with argument name starting with double underscore characters.
print-deftype breaks when fields have dashes
The docstring for defn omits any mention of pre- and post-conditions
Docstring of defrecord (and =) does not correctly describe equality behavior for records.
slurp should not read one character at a time
Check for invalid interface method names
drop-while doc string wrong, nil instead of logical false
flatten doc incorrect
reify implements IObj but nowhere states so
macros that are expanded away still have their vars referenced in the emitted byte code
broken example in ns docstring