You are currently using a new, unsaved search.
1 2 Next >>
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
Forbid varargs defprotocol/definterface method declarations because those cannot be defined anyway
reducers/mapcat ignores Reduced
Classes generated by gen-class aren't loadable from remote codebase for mis-implementation of static-initializer
Compile.java closes out preventing java from reporting exceptions
Incorrect divide-by-zero error with floating point numbers
Type hinting for array classes does not work in binding forms
Clojure can leak memory when used in a servlet container
inconsistent numeric comparison semantics between BigDecimal and other Numerics
Allow to specify an Executor instance to be used with future-call
Reader literals cannot contain periods
Make destrucring emit direct keyword lookups
Empty record literals gets incorrectly evaluated to array-maps
REPL binding not working that works with with-bindings
Don't squash explicit :line and :column metadata in the MetaReader
thread-bound? returns true (implying set! should succeed) even for non-binding thread
pprint tests fail on Windows, expecting \n
PersistentQueue doesn't implement java.util.List, causing nontransitive equality
StackOverflowError on exception in reducef for PersistentHashMap fold
Drop-while as a reducer
Generalize/refactor implementation of PersistentVector/coll-fold
Allow doc strings for both interfaces and concrete implementations
Util/hasheq should be hashing a BigInteger to the same values as Long, and BigInt
gen-class destroys method annotations
Global scope overrides lexical scope for classes (Clojure assumes no classes in default package / Clojure cannot handle yFiles JARs in classpath)
Clojure's classloader cannot handle out-of-order loading
Use transient map in zipmap
Proxy cannot call proper super-class method
sorted-set doesn't support IEditableCollection
repeat reducer
`range` reducer
`iterate` reducer
Adds an exit function to exit clojure process
map->R returns different class when invoked from AOT ccode
bean unable to handle non-public classes
Jar within a jar throws a runtime error
Symbol/keyword implements IFn for lookup but a non-collection argument produces non-intuitive results
ns emitting gen-class before imports results in imported annotations being discarded.
after call to clojure.java.shell/sh, jvm won't exit
let undeclared exceptions continue unchecked
compiler makes different concrete maps then the reader
Exceptions thrown in the top level ns form are reported without file or line number