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