You are currently using a new, unsaved search.
throw on unsuccessful match
vector patterns should work on seq
vector patterns dispatch on count after dispatching on type
Bug in seq pattern matching
Optimized pattern matching on deftype/record, POJOs
Matching Diagnostics
Cannot AOT with certain match expression.
Allow or'ing of guard functions
Allow matching of map expressions to restrict the set of keys present in the value to a subset of a specified set of keys
Matching a sequence with just a rest pattern fails to compile
IndexOutOfBoundsException when matching empty vector
we should test the presence of key with find, not get
Exception thrown when matching using :seq when there is a seq call in the tail of the occurrences
Duplicate wildcard detection in pattern row doesn't account for locals
Fail to match empty vector
Improve match compile times
Misleading comment in clojure.core.match.bits
cata matching
IllegalArgumentException when AOT compiling namespace using clojure.core.match since alpha10
Cannot match entire/single value
AOT-compiling match expression produces stack overflow
Vector match "underflow" => IndexOutOfBoundsException
Implement (p|q)ba heuristics
use case for dispatching on literals
Non deterministic match behavior for seqs when AOT
Match doesn't work when AOT compiled into a JAR, but manually macroexpanding and JAR'ing works fine.
Eliminate distinction between leaf-bind-expr and bind-expr