You are currently using a new, unsaved search.
1 2 3 4 5 6 Next >>
RFE: modify description of "assoc"
fn literals lack name/arglists/namespace metadata
Add default predicate argument to filter, every?, take-while
java method calls cannot omit varargs
Additional copy methods for URLs in clojure.java.io
better error messages for bad defrecord calls
Promote "seqable?" from contrib?
A faster flatten
Better support for multiple inheritance in hierarchies and multimethods
problem with classloader when run as windows service
add :as-of option to refer
TransactionalHashMap bug
Making clojure.xml/emit a little friendler to xml consumers
cannot close over mutable fields (in deftype)
def with a function value returns meta {:macro false}, but def itself doesn't have meta
load/ns/require/use overhaul
defn-created fns inherit old metadata from the Var they are assigned to
clojure.lang.Reflector.invokeMatchingMethod is not complete (rejects pontentially valid method invocations)
Support typed non-primitive fields in deftype
better error reporting of nonexistent var
Invariants and the STM
enhance with-open to be extensible with a new close multimethod
Enhance = and == docs
Suggest adding set-precision! API to accompany with-precision
Doc for array-map should mention its characteristics/caveats
Poor reporting of symbol conflicts when using (ns)
Single :tag for type hints conflates value's type with type of return value from an invoke
Namespace metadata lost in AOT compile
Add documentation to sorted-set-by detailing how the provided comparator may change set membership semantics
DynamicClassLoader's call to ClassLoader.getSystemClassLoader is prohibited in some environments
abstract superclass with non-public accessibility
GC Issue 111: Enable naming an array parameter for areduce
GC Issue 109: RT.load's "don't load if already loaded" mechanism breaks ":reload-all"
GC Issue 108: All Clojure interfaces should specify CharSequence instead of String when possible
GC Issue 74: Clojure compiler emits too-large classfiles (results in ClassFormatError)
GC Issue 61: Make Clojure datatype Java Serializable
GC Issue 43: Dead code in generated bytecode
GC Issue 38: When using AOT compilation, "load"ed files are not reloaded on (require :reload 'name.space)
GC Issue 17: arity checking during compilation
GC Issue 15: JavaDoc for interfaces
GC Issue 11: incremental hashcode calculation for collections
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
Update Maven build for Nexus 2.4
protocol fns with dashes may get compiled into property access when used higher order
Allow fold to parallelize over lazy sequences
java interop - cannot call a final method on non-public superclass
clojure.pprint/code-dispatch breaks on certain types of anonymous functions
defprotocol doesn't resolve tag classnames
Compiler macro for clojure.core/instance? disregards lexical shadows on class names