You are currently using a new, unsaved search.
1 2 Next >>
java interop - cannot call a final method on non-public superclass
Importing a non-existent class causes an exception that does not fully identify the source file
Threading macro (->) does not permit inline function declarations
One-arg protocol functions whose name begins in a dash generates a call to a wrong field in the emitted code
bigint, biginteger throw on double values outside of long range
Partition does not follow docs
Add contributing.md file to github repository (shows clear message on issues/pull request create form)
Clojure can leak memory when used in a servlet container
Teach clojure.test reporting about ex-info/ex-data
Importing a class that does not exist fails to report the name of the class that did not exist
Wrong link in gh-pages index (api-index.html)
protocol fns with dashes may get compiled into property access when used higher order
typos in instant.clj
Minor correction to doc string of ns macro
clojure.repl/source fails when *read-eval* bound to :unknown
Provide a clojure.test function to run a single test case with fixtures
Implicit casting behaviour of into-array differs from <primitive>-array
Namespace is not loaded on defrecord class init
subseq, rsubseq enhancements to support priority maps?
Fallback to hash-based comparison for non-Comparables in Util.compare()
'eval' of closures or fns with runtime metadata within a call expr yields "No matching ctor found" exceptions
inconsistent numeric comparison semantics between BigDecimal and other Numerics
hash is inconsistent with = for many BigInteger values
Update Maven build for Nexus 2.4
RestFn & ArraySeq performance
There should also be writing in clojure.edn
Specifically allow '.' inside keywords
Regexp are never equal
(.containsKey {:one 1} :one) throws Exception
*default-data-reader-fn* should be set!-able in REPL
Record values are not 'eval'uated, unlike values of PersistentMap:
Apply metadata to primitive fns causes them to lose their primitive-ness
Public Java API
better error message when passing non-seq to seq
*file* returns "NO_SOURCE_PATH", but the doc says it should be nil
clojure.inspector/inspect-tree doesn't work on sets --patch in the description by Jason Wolfe
Allow the function / to be referred to in namespaces other than clojure.core
interleave should accept 1 or 0 arguments
Make browse-url aware of xdg-open
Functions with metadata print poorly
range's behavior is inconsistent
Hinting the arg vector of a primitive-taking fn with a non-primitive type results in AbstractMethodError when invoked
-> and ->> have unexpected behavior when combined with unusual macros
unsigned-bit-shift-right
Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces
GC Issue 120: Determine mechanism for controlling automatic shutdown of Agents, with a default policy and mechanism for changing that policy as needed
Clojure loses quoted metdata on empty literals
Evaling #{do ...} or [do ...] is treated as the do special form
Compiler macro for clojure.core/instance? disregards lexical shadows on class names
StackOverflowError on exception in reducef for PersistentHashMap fold