You are currently using a new, unsaved search.
1 2 3 4 5 6 Next >>
Use transient map in zipmap
IAtom interface
clojure.string/trim uses different defn of whitespace as triml, trimr
Primitive type hints on function names should print error message
Method/Constructor resolution does not factor in widening conversion of primitive args
Refactor method resolution code out of Compiler and into Reflector
Move unchecked-prim casts to clojure.unchecked
Provide a clojure.test function to run a single test case with fixtures
Add documentation to sorted-set-by detailing how the provided comparator may change set membership semantics
GC Issue 120: Determine mechanism for controlling automatic shutdown of Agents, with a default policy and mechanism for changing that policy as needed
add :as-of option to refer
lazy recursive definition giving incorrect results
Make destrucring emit direct keyword lookups
reducers/mapcat ignores Reduced
Implement reader literal and print support for PersistentQueue data structure
Add support for subsets and submaps to sorted Sets/Maps
pmap level of parallelism inconsistent for chunked vs non-chunked input
extend/implement parameterized types (generics)
ArrayChunk implements Seqable
Implicit casting behaviour of into-array differs from <primitive>-array
Enhance = and == docs
Extend cond to support inline let, much like for
Introduce ex-message and ex-cause to abstract away the platform in dealing with ExceptionInfo
Regexp are never equal
PersistentQueue doesn't implement java.util.List, causing nontransitive equality
defn-created fns inherit old metadata from the Var they are assigned to
def with a function value returns meta {:macro false}, but def itself doesn't have meta
Scopes
GC Issue 81: compile gen-class fail when class returns self
GC Issue 109: RT.load's "don't load if already loaded" mechanism breaks ":reload-all"
GC Issue 38: When using AOT compilation, "load"ed files are not reloaded on (require :reload 'name.space)
Forbid varargs defprotocol/definterface method declarations because those cannot be defined anyway
Update Maven build for Nexus 2.4
'get' should throw exception on non-Associative argument
sources jar has bad versions.properties resource
Replace old metadata reader macro syntax
Empty record literals gets incorrectly evaluated to array-maps
(pprint-newline :fill) is not handled correctly
Wrong link in gh-pages index (api-index.html)
GC Issue 17: arity checking during compilation
GC Issue 43: Dead code in generated bytecode
GC Issue 61: Make Clojure datatype Java Serializable
GC Issue 74: Clojure compiler emits too-large classfiles (results in ClassFormatError)
GC Issue 111: Enable naming an array parameter for areduce
abstract superclass with non-public accessibility
DynamicClassLoader's call to ClassLoader.getSystemClassLoader is prohibited in some environments
Doc for array-map should mention its characteristics/caveats
Suggest adding set-precision! API to accompany with-precision
Single :tag for type hints conflates value's type with type of return value from an invoke
Invariants and the STM