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