You are currently using a new, unsaved search.
1 2 Next >>
protect let-bound symbols from macrolet expansion
Certain Calendar values don't seem to be able to print
Printing reference returned by clojure.tools.nrepl.server/start-server causes multimethod exception
Android: nREPL starts with no namespace
nrepl.middleware.interruptible_eval/interruptible_eval raises a stack inconsistence Exception if the call to clojure.main/repl fails
Exception thrown when matching using :seq when there is a seq call in the tail of the occurrences
Swapping noms turns maps (and other collections) into seqs
ClassCastException in core.logic depending on ordering
Combining maps and finite domains in core.logic returns only one result
Bug in conde (ClojureScript)
Bug in finite domains (+fd, infd)
Extend Destract protocol on nil to handle Null references gracefully
insert-rows (incorrectly) patches incomplete records
jdbc insert-records can not handle spaces in columnames
Wrong timezone for java.sql.Date, java.sql.Time and java.sql.Timestamp objects returned by with-query-results
update-or-insert does not work with oracle
Missing :require of clojure.main?
clojure.string/replace ignores regex flags
Reading a value from a module does not work if the module is def'ed
Node.js target fails with optimizations set to :none or :whitespace
`get-in` not behaving like Clojure when accessing non-existing inner maps
ClojureScript compiler prepends "self__" to defmulti forms when metadata in form of ^:field.
subvec function not behaving consitently with invalid subranges
Unexpected behavior with dispatch on Keyword via protocols
PersistentTreeSet lookup bug
sebseq and sorted-set-by
Documentation says CLJS can open connections to the REPL server from a "file://" source, and you can't
`case` doesn't match quoted symbols
`format` %s behavior is incorrect for keyword, symbol etc.
`with-meta` does not work on function objects
(inc nil) returns 1 instead of throwing an exception
Incorrect implementation of IReduce by ArrayChunk
Bug - Typo in commit "Tagged literals in the CLJS compiler and first blush tests "
vector-seq optimizations introduced un-conj-able sequence
The pop function in PersistentVector is buggy
cljs.core/str behavior not consistent with clojure
Evaling #{do ...} or [do ...] is treated as the do special form
Regexp are never equal
distinct? does not accept zero arguments
clojure.java.io/resource and non-ASCII characters
Type hinting for array classes does not work in binding forms
star-directive in clojure.pprint/cl-format with an at-prefix ("~n@*") do not obey its specifications
clojure.data/diff uses set union on key seqs
Misleading ClassCastException when coercing a String to int
(compile) crashes with NullPointerException if public function 'load' is defined
gen-class destroys method annotations
(let [i 5] (defmacro m [v] v) m) interprets m as a function, not a macro
Quotient on bigdec may produce wrong result
the locking in MultiFn.java (synchronized methods) can cause lots of contention in multithreaded programs
proxy-super does not restore original binding if call throws exception