You are currently using a new, unsaved search.
1 2 3 4 Next >>
Proxy cannot call proper super-class method
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
extend-protocol does not allow classnames as a String
gen-class destroys method annotations
'proxy' prevents overriding Object.finalize (and doesn't document it)
Allow doc strings for both interfaces and concrete implementations
Adds an exit function to exit clojure process
cannot create anonymous primitive functions
map->R returns different class when invoked from AOT ccode
Refactor method resolution code out of Compiler and into Reflector
repeat reducer
sorted-set doesn't support IEditableCollection
REPL binding not working that works with with-bindings
thread-bound? returns true (implying set! should succeed) even for non-binding thread
Primitive type hints on function names should print error message
`iterate` reducer
`range` reducer
PersistentQueue doesn't implement java.util.List, causing nontransitive equality
Exceptions thrown in the top level ns form are reported without file or line number
Accept and ignore colon between key and value in map literals
Type hinting for array classes does not work in binding forms
Allow to specify an Executor instance to be used with future-call
Incorrect divide-by-zero error with floating point numbers
Add a way to access the current test var in :each fixtures for clojure.test
Protocol implementation inconsistencies
Generalize/refactor implementation of PersistentVector/coll-fold
Make destrucring emit direct keyword lookups
bean unable to handle non-public classes
Don't squash explicit :line and :column metadata in the MetaReader
Built in dynamic vars don't have :dynamic metadata
Reader literals cannot contain periods
Make sorted maps and sets implement j.u.SortedMap and SortedSet interfaces
pprint tests fail on Windows, expecting \n
defprotocol doesn't resolve tag classnames
clojure.pprint/code-dispatch breaks on certain types of anonymous functions
Macroexpansion discards &form metadata
Forbid varargs defprotocol/definterface method declarations because those cannot be defined anyway
Empty record literals gets incorrectly evaluated to array-maps
Allow fold to parallelize over lazy sequences