You are currently using a new, unsaved search.
1 2 3 4 5 6 Next >>
transient blows up when passed a vector created by subvec
Allow the function / to be referred to in namespaces other than clojure.core
Read/print round-trip for +/-Infinity and NaN
unsigned-bit-shift-right
Enhance AOT compilation process to emit classfiles only for explicitly-specified namespaces
Global scope overrides lexical scope for classes (Clojure assumes no classes in default package / Clojure cannot handle yFiles JARs in classpath)
clojure.java.io/do-copy: use java.nio for Files
'get' should throw exception on non-Associative argument
Hinting the arg vector of a primitive-taking fn with a non-primitive type results in AbstractMethodError when invoked
bigint, biginteger throw on double values outside of long range
Clojure can leak memory when used in a servlet container
Incorrect ArityException message for function names containing ->
Compiler macro for clojure.core/instance? disregards lexical shadows on class names
sources jar has bad versions.properties resource
NPE in clojure.lang.Delay/deref
clojure.repl/source fails when *read-eval* bound to :unknown
Clojure loses quoted metadata on empty literals
compiler makes different concrete maps then the reader
-> and ->> have unexpected behavior when combined with unusual macros
Add contributing.md file to github repository (shows clear message on issues/pull request create form)
Added queue, queue* and queue? to clojure.core
error message for (clojure.java.io/reader nil) — consistency for use with io/resource
There should also be writing in clojure.edn
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
Partition does not follow docs
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
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?
'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
Record values are not 'eval'uated, unlike values of PersistentMap:
Apply metadata to primitive fns causes them to lose their primitive-ness
*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
StackOverflowError on exception in reducef for PersistentHashMap fold
Evaling #{do ...} or [do ...] is treated as the do special form
Some compiler exceptions erroneously using REPL line numbers.
Compiler loses 'loop's return type in some cases
defrecord classes implement IPersistentCollection but not .empty, clojure.walk assumes collections support empty