You are currently using a new, unsaved search.
1 2 Next >>
Vector match "underflow" => IndexOutOfBoundsException
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.
Fail to match empty vector
Cannot AOT with certain match expression.
Misleading comment in clojure.core.match.bits
Cannot match entire/single value
AOT-compiling match expression produces stack overflow
IllegalArgumentException when AOT compiling namespace using clojure.core.match since alpha10
match broken on ClojureScript >= 88b36c1
cata matching
Improve match compile times
Pattern Map's aren't working
ClojureScript map-matching should use cljs.core/ILookup, not cljs.core.ILookup
Matching maps with :only broken in CLJS
Exception thrown when matching using :seq when there is a seq call in the tail of the occurrences
we should test the presence of key with find, not get
IndexOutOfBoundsException when matching empty vector
Matching a sequence with just a rest pattern fails to compile
Guards cannot be fn expressions
locals pattern matching issue
Duplicate wildcard detection in pattern row doesn't account for locals
Bug in seq pattern matching
Vector pattern - unreachable clause
vector patterns dispatch on count after dispatching on type
group types together
:or leaks into the matches
regroup-keywords should not use gensym
throw on unsuccessful match
vector patterns should work on seq
This 5-clause match expression fails to compile
quoted symbols should be treated as literals
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
interpose1 no longer needed
remove match-1, match should support match-1 behavior
Matching Diagnostics
Optimized pattern matching on deftype/record, POJOs
map pattern keys should be allowed to be heterogenous types
typo in README.md
remove infix or pattern syntax, use (:or x y z) instead
Eliminate distinction between leaf-bind-expr and bind-expr
Allow flattened pattern syntax at top-level to avoid nesting :when and :as
throw if binding name reused in the same pattern row
match should not throw, return nil if no match found like cond
use case for dispatching on literals
clojure.core.match ns instead of clojure.core.match.core
Bug in the way that constructor set for a column is computed
match eats exceptions
Map pattern :only case still not right