You are currently using a new, unsaved search.
1 2 3 4 5 6 7 8 9 Next >>
Teach clojure.test reporting about ex-info/ex-data
Namespace is not loaded on defrecord class init
Importing a class that does not exist fails to report the name of the class that did not exist
'eval' of closures or fns with runtime metadata within a call expr yields "No matching ctor found" exceptions
Update Maven build for Nexus 2.4
hash is inconsistent with = for many BigInteger values
Fallback to hash-based comparison for non-Comparables in Util.compare()
protocol fns with dashes may get compiled into property access when used higher order
There should also be writing in clojure.edn
RestFn & ArraySeq performance
Record values are not 'eval'uated, unlike values of PersistentMap:
Apply metadata to primitive fns causes them to lose their primitive-ness
Allow fold to parallelize over lazy sequences
eval of defrecord instance with no fields produces {}, not itself
emit-hinted-impl expands to non-ns-qualified invocation of 'fn'
Typo in core.reducers
bigint, biginteger throw on double values outside of long range
vec function is substantially slower than into function
Improve apropos to show some indication of namespace of symbols found
Javadoc for public Java API
Map-destructuring :or fumble needs compiler warning
Public Java API
Clojure loses quoted metdata on empty literals
`reductions should respect `reduced
Evaling #{do ...} or [do ...] is treated as the do special form
java interop - cannot call a final method on non-public superclass
Regexp are never equal
clojure.pprint/code-dispatch breaks on certain types of anonymous functions
defprotocol doesn't resolve tag classnames
distinct? does not accept zero arguments
Requiring the same ns doesn't throw an exception
clojure.java.io/resource and non-ASCII characters
clojure.repl/source fails when *read-eval* bound to :unknown
NPE in clojure.lang.Delay/deref
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
Cross-linking between clojure.lang.Compiler and clojure.lang.RT
Compiler macro for clojure.core/instance? disregards lexical shadows on class names
conj-ing x on equal values should produce equal results
Add filename and line number to defn parameter declaration error
Setting clojure.read.eval to unknown on JVM cmd line causes --eval option to fail
repl value of *file* is "NO_SOURCE_PATH", of *source-path* is "NO_SOURCE_FILE"
Range function accumulates minor errors when called on floating-point numbers
Forbid varargs defprotocol/definterface method declarations because those cannot be defined anyway
typos in instant.clj
Updates to changes.md for Clojure 1.5.0-RC15
Error Message when calling deref on a non-IDeref is unhelpful
sources jar has bad versions.properties resource
reducers/mapcat ignores Reduced
clojure.java.io/delete-file doesn't return the status of the deletion(true/false)