| | Partitioning via drop and take is inefficient for persistent or algorithmic colls | | | | | Unresolved | Jun 7, 2022 | Jun 21, 2022 | | |
| | Code emitted by the compiler to prevent IllegalStateExceptions for mappings that shadow core names is not sufficient to handle shadowing of future core vars | | | | | Unresolved | Jun 1, 2022 | Jun 7, 2022 | | |
| | Some code paths replace namespace own vars, breaking Namespace.intern's core invariant | | | | | Unresolved | May 31, 2022 | Jun 8, 2022 | | |
| | Consider improving the "Key must be integer" exception message for vectors | | | | | Unresolved | May 25, 2022 | Jun 20, 2022 | | |
| | Optimized long range not used for int args | | | | | Unresolved | May 10, 2022 | Jun 8, 2022 | | |
| | (ns (ns)) results in StackOverflow when pretty printed with code-dispatch | | | | | Unresolved | May 6, 2022 | May 24, 2022 | | |
| | Need more support for working with optional attributes in maps | | | | | Unresolved | May 6, 2022 | May 6, 2022 | | |
| | [spec] Need way to determine the set of currently instrumented syms | | | | | Unresolved | May 6, 2022 | May 6, 2022 | | |
| | clojure.data/diff incorrect use of clojure.set/union (performance hit) | | | | | Unresolved | May 1, 2022 | May 24, 2022 | | |
| | Can't use tap machinery outside global tap | | | | | Unresolved | Apr 13, 2022 | Apr 14, 2022 | | |
| | In `rationalize` docstring, actually explain what it does | | | | | Unresolved | Apr 6, 2022 | Apr 6, 2022 | | |
| | Lift literal collection construction into closed over when possible | | | | | Unresolved | Apr 4, 2022 | Apr 6, 2022 | | |
| | serialVersionUID for Keyword and ArraySeq changed unnecessarily in 1.11.0 | | | | | Fixed | Mar 30, 2022 | Apr 1, 2022 | | |
| | Syntax error has wrong line number | | | | | Unresolved | Mar 28, 2022 | Mar 28, 2022 | | |
| | clojure.repl/set-break-handler! throws IllegalArgEx | | | | | Unresolved | Feb 14, 2022 | Feb 14, 2022 | | |
| | ArrayIndexOutOfBoundsException in clojure.asm.Frame | | | | | Unresolved | Feb 8, 2022 | Feb 8, 2022 | | |
| | Clojure 1.11 changelog updates | | | | | Fixed | Feb 7, 2022 | Feb 16, 2022 | | |
| | parse-double test does not test out-of range values | | | | | Fixed | Feb 5, 2022 | Feb 16, 2022 | | |
| | Ratio invariants violated with Long/MIN_VALUE | | | | | Unresolved | Feb 1, 2022 | May 10, 2022 | | |
| | sorted-map/set docstring should mention comparator constraints | | | | | Unresolved | Feb 1, 2022 | Feb 1, 2022 | | |
| | clojure.core.server/io-prepl returns immediately with read-line | | | | | Unresolved | Jan 27, 2022 | Jan 27, 2022 | | |
| | `if-not` could be more efficient by swapping branches | | | | | Unresolved | Jan 24, 2022 | Jan 24, 2022 | | |
| | clarify iteration docstring + argnames | | | | | Fixed | Jan 18, 2022 | Jan 21, 2022 | | |
| | clojure.math tests are too strict, fail on azul M1 Java | | | | | Fixed | Jan 18, 2022 | Jan 21, 2022 | | |
| | clojure.java.shell/launch may block if io buffers fill | | | | | Duplicate | Jan 18, 2022 | Jan 25, 2022 | | |
| | clojure.main/report-error calls pprint which may throw, obscuring the real failure | | contact@karolinepauls.com | | | Unresolved | Jan 16, 2022 | Mar 16, 2022 | | |
| | iteration-seq-equals-reduce build failure | | | | | Fixed | Jan 15, 2022 | Jan 21, 2022 | | |
| | parse-props in server.clj isn't thread-safe | | | | | Unresolved | Jan 13, 2022 | Jun 8, 2022 | | |
| | Update contrib deps to latest | | | | | Fixed | Jan 13, 2022 | Jan 13, 2022 | | |
| | `with-open` expansion incorrectly qualifies | | | | | Unresolved | Jan 11, 2022 | Jan 11, 2022 | | |
| | clojure.spec.alpha/map-of explain-data :in and :path partially composed of indexed path | | | | | Unresolved | Jan 7, 2022 | Jun 3, 2022 | | |
| | Type hinting a primitive local with a matching type errors | | | | | Fixed | Dec 15, 2021 | Jan 13, 2022 | | |
| | Hash collisions in case statements try to evaluate the constants | | | | | Fixed | Dec 14, 2021 | Jan 13, 2022 | | |
| | Add demunge to clojure.core | | | | | Unresolved | Dec 8, 2021 | Dec 8, 2021 | | |
| | clojure math methods resolve to single overload in fn bodies and should also resolve to single overload in inlines | | | | | Fixed | Dec 7, 2021 | Jan 13, 2022 | | |
| | Move clojure.java.math to clojure.math | | | | | Duplicate | Dec 6, 2021 | Jan 13, 2022 | | |
| | clojure math javadoc bugs | | | | | Duplicate | Dec 5, 2021 | Jan 13, 2022 | | |
| | Method selection for java.lang.Math/floorMod is occasionally wrong | | | | | Duplicate | Dec 3, 2021 | Jan 19, 2022 | | |
| | Reflective calls in clojure.java.math | | | | | Fixed | Nov 30, 2021 | Jan 13, 2022 | | |
| | Docstring bug in clojure.java.math/log1p | | | | | Duplicate | Nov 29, 2021 | Jan 13, 2022 | | |
| | Constructor callsites should emit an entry for the line number table | | | | | Unresolved | Nov 29, 2021 | Nov 29, 2021 | | |
| | Use Math.exact... for checked long math ops | | | | | Fixed | Nov 24, 2021 | Jan 13, 2022 | | |
| | Auto require data_reader fn namespaces | | | | | Unresolved | Nov 22, 2021 | Nov 22, 2021 | | |
| | Predicates for "special" numbers | | | | | Fixed | Nov 10, 2021 | Nov 23, 2021 | | |
| | Parse single value from string | | | | | Fixed | Nov 10, 2021 | Nov 23, 2021 | | |
| | Clojure Java API javadoc misstates example | | | | | Fixed | Oct 27, 2021 | Nov 23, 2021 | | |
| | require with both :as and :as-alias should load | | | | | Fixed | Oct 21, 2021 | Jan 13, 2022 | | |
| | Provide fast idiomatic access to java.lang.Math | | | | | Fixed | Oct 20, 2021 | Nov 23, 2021 | | |
| | Vector equiv() causes lazy seqs to be fully realized | | | | | Fixed | Oct 18, 2021 | Jan 13, 2022 | | |
| | Prevent reserved method names that don't work | | | | | Unresolved | Oct 8, 2021 | Mar 23, 2022 | | |