You are currently using a new, unsaved search.
1 2 Next >>
GC Issue 11: incremental hashcode calculation for collections
improvments on agent
Move unchecked-prim casts to clojure.unchecked
Extend cond to support inline let, much like for
GC Issue 15: JavaDoc for interfaces
GC Issue 95: max-key and min-key evaluate k multiple times for arguments
GC Issue 103: bit-count function
java method calls cannot omit varargs
Make clojure.core/merge-with accept a wider range of map types
GC Issue 114: version.properties in branch/1.0 is inaccurate
Unintuitive error response in clojure 1.0
Add default predicate argument to filter, every?, take-while
protocol-ize with-open
case* and code walkers
GC Issue 117: FAQ Page has formatting errors
load/ns/require/use overhaul
Adding a :only-keys destructuring option, that throws an exception if there's extra key(s).
clojure.test/are does not fail with insufficient arguments
enhance with-open to be extensible with a new close multimethod
1.3 alpha1 gives reflection warning in a case where 1.2 does not
GC Issue 116: partition with pad
Include drop, take, butlast from clojure.contrib.string (1.2) in clojure.string 1.3
print-dup generates call to nonexistent method for APersistentVector$SubVector
GC Issue 13: validate in (keyword s) and (symbol s)
Make re-pattern accept multiple arguments to concatenate them.
macroexpand should respect :inline
RFE: Run FindBugs on Clojure source code
should reify merge rather than replace on repeated specs?
(keyword "") can be printed, but not read
Poor reporting of symbol conflicts when using (ns)
require namespace implicitly
Optimize /
<= and >= comparisons against NaN return true
instance? fails on deftype instance, when used from multiple files
check that argument to keys/vals is a Map
class accessible from deftype method bodies is not suitable for instance?, ...
contrib get-source no longer works with deftype
Namespace metadata lost in AOT compile
(pprint-newline :fill) is not handled correctly
Strip leading colons when creating keywords from single strings
Bug: Compile-time NPE on set! of non-existent field [for 1.0]
clojure.xml emit does not properly escape attribute and element content
Reflection incorrectly avoids "More than one matching method" exceptions
GC Issue 46: callable defstruct (PersistentStructMap$Def extends AFn)
NullPointerException in clojure.stacktrace
with-junit-output should use with-test-out when writing header and testsuites tags
Calculating large numbers results in java.math.BigIntegerArithmeticException
LispReader uses Character.isWhitespace rather than Character.isSpaceChar
RFE: modify description of "assoc"
fn literals lack name/arglists/namespace metadata