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
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
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
Promote "seqable?" from contrib?
GC Issue 108: All Clojure interfaces should specify CharSequence instead of String when possible
Enhance = and == docs
java method calls cannot omit varargs
GC Issue 15: JavaDoc for interfaces
cannot close over mutable fields (in deftype)
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
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.
Global scope overrides lexical scope for classes (Clojure assumes no classes in default package / Clojure cannot handle yFiles JARs in classpath)
after call to clojure.java.shell/sh, jvm won't exit
Clojure's classloader cannot handle out-of-order loading
ns emitting gen-class before imports results in imported annotations being discarded.
Symbol/keyword implements IFn for lookup but a non-collection argument produces non-intuitive results
Jar within a jar throws a runtime error