You are currently using a new, unsaved search.
protocol fns with dashes may get compiled into property access when used higher order
bigint, biginteger throw on double values outside of long range
Javadoc for public Java API
Clojure loses quoted metadata on empty literals
Evaling #{do ...} or [do ...] is treated as the do special form
clojure.repl/source fails when *read-eval* bound to :unknown
NPE in clojure.lang.Delay/deref
Compiler macro for clojure.core/instance? disregards lexical shadows on class names
sources jar has bad versions.properties resource
reducers/mapcat ignores Reduced
Compile.java closes out preventing java from reporting exceptions
Clojure can leak memory when used in a servlet container
Add contributing.md file to github repository (shows clear message on issues/pull request create form)
-> and ->> have unexpected behavior when combined with unusual macros
defrecord classes implement IPersistentCollection but not .empty, clojure.walk assumes collections support empty
Incorrect ArityException message for function names containing ->
StackOverflowError on exception in reducef for PersistentHashMap fold
Use transient map in zipmap
let undeclared exceptions continue unchecked
compiler makes different concrete maps then the reader
cl-format prints ratio arguments with bad format for E, F, G directives
clojure.string/trim uses different defn of whitespace as triml, trimr
Provide a clojure.test function to run a single test case with fixtures
Improve speed of STM by removing System.currentTimeMillis
Hinting the arg vector of a primitive-taking fn with a non-primitive type results in AbstractMethodError when invoked
unsigned-bit-shift-right
transient blows up when passed a vector created by subvec
Implicit casting behaviour of into-array differs from <primitive>-array
Compiler loses 'loop's return type in some cases
clojure.java.io/do-copy: use java.nio for Files
Some compiler exceptions erroneously using REPL line numbers.
Add marker Interfaces for defrecords and deftypes plus boolean test fns
Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces
*file* returns "NO_SOURCE_PATH", but the doc says it should be nil
GC Issue 120: Determine mechanism for controlling automatic shutdown of Agents, with a default policy and mechanism for changing that policy as needed