You are currently using a new, unsaved search.
1 2 Next >>
GC Issue 46: callable defstruct (PersistentStructMap$Def extends AFn)
GC Issue 57: Compiler internal error when expanding macro: class not found
GC Issue 85: In a defn, arglists metadata becomes the first (unexpected?) symbol
GC Issue 118: Patch to add :svn to *clojure-version*
GC Issue 83: PersistentArrayMap trust the reader (map literals) too much
GC Issue 110: clojure version number patch
Agents printed at the REPL do not always reflect their value
Bug: Compile-time NPE on set! of non-existent field [for 1.0]
structs printed with *print-dup* true cannot be read
Direct linking breaks clojure.contrib.repl-ln.
Make re-pattern accept multiple arguments to concatenate them.
macroexpand should respect :inline
add denominator and numerator fns for Ratio
Numbers as keys in maps must be of the same class to match
Cannot cast 0xFF to a byte (fails range check)
recur ignores rest args
(take-nth 0 coll) spins wheels on Solaris
doto doc minor typo
clojure.contrib.string.replace-str throws NPE on nil string
Integer autopromotion error
namespace function NPE if namespace does not exist
<= and >= comparisons against NaN return true
defn doesn't put the right metadata on its fn value
metadata literal enhancements
Typo in underive causes breaking in the resulting hierarchy
clojure.xml/emit should be encoding-aware
clojure.xml/emit, emit-element are not documented at clojure.org
"underive" corrupts ad hoc hierarchies.
clojure.xml emit does not properly escape attribute and element content
In latest clojure, empty list is neither true nor false
LispReader uses Character.isWhitespace rather than Character.isSpaceChar
SAXParserFactoryImpl is missing at unit testing time
Bug in clojure.contrib.json/read-json
instance? fails on deftype instance, when used from multiple files
Calculating large numbers results in java.math.BigIntegerArithmeticException
RFE: Run FindBugs on Clojure source code
Strip leading colons when creating keywords from single strings
Reflection incorrectly avoids "More than one matching method" exceptions
GC Issue 13: validate in (keyword s) and (symbol s)
Make clojure.core/merge-with accept a wider range of map types
GC Issue 116: partition with pad
GC Issue 114: version.properties in branch/1.0 is inaccurate
Adding a :only-keys destructuring option, that throws an exception if there's extra key(s).
improvments on agent
NullPointerException in clojure.stacktrace
require namespace implicitly
case* and code walkers
Optimize /
GC Issue 117: FAQ Page has formatting errors
with-junit-output should use with-test-out when writing header and testsuites tags