You are currently using a new, unsaved search.
1 2 3 4 5 6 7 8 9 Next >>
error message for (clojure.java.io/reader nil) — consistency for use with io/resource
There should also be writing in clojure.edn
*default-data-reader-fn* should be set!-able in REPL
Minor correction to doc string of ns macro
typos in instant.clj
Wrong link in gh-pages index (api-index.html)
Threading macro (->) does not permit inline function declarations
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
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
protocol fns with dashes may get compiled into property access when used higher order
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
Specifically allow '.' inside keywords
Regexp are never equal
(.containsKey {:one 1} :one) throws Exception
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
GC Issue 120: Determine mechanism for controlling automatic shutdown of Agents, with a default policy and mechanism for changing that policy as needed
Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces
unsigned-bit-shift-right
-> and ->> have unexpected behavior when combined with unusual macros
Some compiler exceptions erroneously using REPL line numbers.
StackOverflowError on exception in reducef for PersistentHashMap fold
Compiler macro for clojure.core/instance? disregards lexical shadows on class names