You are currently using a new, unsaved search.
1 2 3 4 5 6 Next >>
GC Issue 17: arity checking during compilation
GC Issue 43: Dead code in generated bytecode
GC Issue 61: Make Clojure datatype Java Serializable
GC Issue 74: Clojure compiler emits too-large classfiles (results in ClassFormatError)
GC Issue 111: Enable naming an array parameter for areduce
abstract superclass with non-public accessibility
GC Issue 109: RT.load's "don't load if already loaded" mechanism breaks ":reload-all"
DynamicClassLoader's call to ClassLoader.getSystemClassLoader is prohibited in some environments
Doc for array-map should mention its characteristics/caveats
Suggest adding set-precision! API to accompany with-precision
Single :tag for type hints conflates value's type with type of return value from an invoke
Invariants and the STM
better error reporting of nonexistent var
defn-created fns inherit old metadata from the Var they are assigned to
Support typed non-primitive fields in deftype
def with a function value returns meta {:macro false}, but def itself doesn't have meta
Making clojure.xml/emit a little friendler to xml consumers
add :as-of option to refer
TransactionalHashMap bug
Additional copy methods for URLs in clojure.java.io
RFE: modify description of "assoc"
Poor reporting of symbol conflicts when using (ns)
load/ns/require/use overhaul
A faster flatten
enhance with-open to be extensible with a new close multimethod
Add default predicate argument to filter, every?, take-while
fn literals lack name/arglists/namespace metadata
Better support for multiple inheritance in hierarchies and multimethods
better error messages for bad defrecord calls
problem with classloader when run as windows service
Namespace metadata lost in AOT compile
Promote "seqable?" from contrib?
GC Issue 108: All Clojure interfaces should specify CharSequence instead of String when possible
Add documentation to sorted-set-by detailing how the provided comparator may change set membership semantics
Enhance = and == docs
java method calls cannot omit varargs
GC Issue 15: JavaDoc for interfaces
cannot close over mutable fields (in deftype)
GC Issue 38: When using AOT compilation, "load"ed files are not reloaded on (require :reload 'name.space)
GC Issue 11: incremental hashcode calculation for collections
clojure.lang.Reflector.invokeMatchingMethod is not complete (rejects pontentially valid method invocations)
Proxy cannot call proper super-class method
class accessible from deftype method bodies is not suitable for instance?, ...
Unnecessary boxing of primitives in case form
ClassNotFound when AOT compiling a self-referring deftype extended to a protocol
Method/Constructor resolution does not factor in widening conversion of primitive args
defrecord positional arity factory fn should have an inline version that calls the record constructor
Drop-while as a reducer
Error when calling primitive functions with destructuring in the arg vector
Reflector error messages can be improved when no matching method is found.