You are currently using a new, unsaved search.
1 2 3 4 5 6 7 8 9 Next >>
Unrolled small vectors
Enhance multimethods metadata
make use of deprecated namespaces/vars easier to spot
aset-* and aget perform poorly on multi-dimensional arrays even with type hints.
java method calls cannot omit varargs
Make `satisfies?` as fast as a protocol method call
empty? is broken for transient collections
Non-deterministic method selection during reflection
Avoid compile-time static initialization of classes when using inheritance
[spec] Nesting cat inside ? causes unform to return nested result
New socket server startup proactively loads too much code, slowing boot time
[spec] clojure.spec/def should support an optional doc-string
clojure.java.io/pushback-reader
Improve error printing in clojure.main with -m, -e, etc
Built in dynamic vars don't have :dynamic metadata
Global scope overrides lexical scope for classes (Clojure assumes no classes in default package / Clojure cannot handle yFiles JARs in classpath)
GC Issue 109: RT.load's "don't load if already loaded" mechanism breaks ":reload-all"
Better support for multiple inheritance in hierarchies and multimethods
TransactionalHashMap bug
GC Issue 17: arity checking during compilation
Type hinting for array classes does not work in binding forms
Proxy cannot call proper super-class method
gen-class destroys method annotations
A faster flatten
Making clojure.xml/emit a little friendler to xml consumers
Enhance = and == docs
Doc for array-map should mention its characteristics/caveats
GC Issue 15: JavaDoc for interfaces
Generalize/refactor implementation of PersistentVector/coll-fold
Agent thread executors do not use the global uncaught exception handler
bean unable to handle non-public classes
Switch from MurmurHash3 to SipHash to prevent DoS collision attack (hash flooding)
Should repackage jsr166 and include known version with Clojure
Add :inline to most core predicates
Remove usage of sun.misc.Signal (which may not be available in Java 9)
Overriding in-ns and ns is problematic
clojure.core.reducers/mapcat can call f1 with undefined arity of 0 arguments?
Allow doc strings for both interfaces and concrete implementations
Initialize internal maps to more efficient version
GC Issue 74: Clojure compiler emits too-large classfiles (results in ClassFormatError)
Boolean return type-hint confusing the compiler
Single :tag for type hints conflates value's type with type of return value from an invoke
conditional form is not consumed when :read-allow is falsey
Serialization of protocol methods broken: java.io.NotSerializableException: clojure.lang.MethodImplCache
Enable test case for char?
Field access on typed record does not preserve type
Optimise compiler usage of getMethod calls
lazy recursive definition giving incorrect results
defprotocol should throw error when signatures include variable number of parameters
ns emitting gen-class before imports results in imported annotations being discarded.