You are currently using a new, unsaved search.
1 2 3 Next >>
error message for (clojure.java.io/reader nil) — consistency for use with io/resource
'eval' of closures or fns with runtime metadata within a call expr yields "No matching ctor found" exceptions
hash is inconsistent with = for many BigInteger values
There should also be writing in clojure.edn
RestFn & ArraySeq performance
Record values are not 'eval'uated, unlike values of PersistentMap:
Apply metadata to primitive fns causes them to lose their primitive-ness
emit-hinted-impl expands to non-ns-qualified invocation of 'fn'
bigint, biginteger throw on double values outside of long range
Improve apropos to show some indication of namespace of symbols found
Javadoc for public Java API
Map-destructuring :or fumble needs compiler warning
Clojure loses quoted metadata on empty literals
`reductions should respect `reduced
Regexp are never equal
clojure.java.io/resource and non-ASCII characters
clojure.repl/source fails when *read-eval* bound to :unknown
NPE in clojure.lang.Delay/deref
Cross-linking between clojure.lang.Compiler and clojure.lang.RT
Add filename and line number to defn parameter declaration error
Error Message when calling deref on a non-IDeref is unhelpful
sources jar has bad versions.properties resource
clojure.java.io/delete-file doesn't return the status of the deletion(true/false)
PermGen leak in multimethods and protocol fns
Unhelpful error message from :use (and use function) when arguments are malformed
adds docstring support to defonce, and stops it from stomping existing metadata
Threading macro (->) does not permit inline function declarations
Allow pre and post-conditions in defprotocol and deftype macros
data-reader returning nil causes exception
Metadata on a def gets evaluated twice
star-directive in clojure.pprint/cl-format with an at-prefix ("~n@*") do not obey its specifications
Certain actions on mutable fields in deftype lead to very strange error messages
For record type Rec, (instance? Rec (map->Rec {...})) need not return true, though (instance? Rec (Rec. ...)) does.
Importing a non-existent class causes an exception that does not fully identify the source file
Invoking a static method with the wrong number of arguments results in a NoSuchFieldException, rather than a proper message that the arguments could not be matched to the method
Improve merge-with
for-as
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
Introduce ex-message and ex-cause to abstract away the platform in dealing with ExceptionInfo
inconsistent behavior of lazy-seq w/ macro & closure on excptions
Partition does not follow docs
`reductions` reducer
Var *loading-verbosely* should initialize from a JVM system property
'get' should throw exception on non-Associative argument
defrecord classes implement IPersistentCollection but not .empty, clojure.walk assumes collections support empty
Concurrent with-redefs do not unwind properly, leaving a var permanently changed
Make conj assoc dissoc and transient versions handle args similarly
Better handling of exceptions with empty stack traces
node-seq for clojure.zip