issues
search
nubank
/
matcher-combinators
Library for creating matcher combinator to compare nested data structures
Other
467
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implementing Matcher protocol only matters if used as expected value
#224
NoahTheDuke
opened
6 months ago
0
Add SECURITY.md file
#223
pemtajo
opened
6 months ago
0
Case when enabling abbreviation results in no useful mismatch info
#222
philomates
opened
7 months ago
0
performance issues (?) simple test takes 13 seconds to execute
#221
jasonjckn
opened
8 months ago
2
Bump clojure tools versions
#220
gilvan-reis
closed
9 months ago
2
Add license to pom file
#219
gilvan-reis
closed
9 months ago
0
Create nested-equals matcher
#218
gilvan-reis
closed
9 months ago
4
Common misconception about `equals` not being applied to `map`s
#217
gilvan-reis
closed
9 months ago
1
Adapt abbreviation algorithm to not visit complete mismatch structures
#216
philomates
closed
1 year ago
0
Fix more issues when using non-composite matchers (`m/regex`, `m/pred`, etc) inside `match-with`
#215
philomates
closed
1 year ago
0
Redact fully-matched data-structures from output
#214
philomates
closed
1 year ago
10
Fix match-with when used with non-composite matchers
#213
philomates
closed
1 year ago
0
`regex` matcher breaks when used in combination with `match-with`
#212
lucasnetto
closed
1 year ago
3
`absent` doesn't work with `any-of`
#211
kkrausse
opened
1 year ago
1
cljdoc is not building
#210
hlship
closed
1 year ago
2
Add Match to model and filter them when *print-summary* is true
#209
gabrielgiussi
closed
1 year ago
1
Extra info for seq-of
#208
kdmoreira
closed
1 year ago
5
Change stubs to throw exceptions if used incorrectly
#207
NoahTheDuke
opened
1 year ago
1
Bad usage stubs for `match?` and `thrown-match?`
#206
NoahTheDuke
opened
1 year ago
2
Improve the docstring for matcher-combinators.test to explain the placeholders
#205
hlship
closed
1 year ago
0
Configure clj-kondo for ClojureScript as well
#204
ferdinand-beyer
closed
1 year ago
4
fix match-with for cljs
#203
philomates
closed
1 year ago
1
`matchers/match-with` misbehaves for CLJS numbers
#202
bryanluu
closed
1 year ago
2
Stewards section in README
#201
kdmoreira
closed
1 year ago
0
re-do migration to Deps.edn after failed attempt
#200
philomates
closed
1 year ago
0
Revert deps.edn build until further debugging + release 3.8.2
#199
philomates
closed
1 year ago
0
deps.edn migration fixup: add bb dep to release ci job
#198
philomates
closed
1 year ago
0
migrate to deps.edn
#197
philomates
closed
1 year ago
0
Allow globally configuring ANSI color emission
#196
philomates
closed
1 year ago
2
How to disable colors without binding matcher-combinators.ansi-color/*use-color*
#195
SevereOverfl0w
closed
1 year ago
5
Adapt library to support Clojure 1.8
#194
philomates
closed
1 year ago
3
Question: Minimum supported Clojure version for matcher-combinators?
#193
lread
closed
1 year ago
6
Add clj-kondo config for unresolved symbols
#192
dpassen
closed
1 year ago
0
Add `seq-of`, `all-of`, and `any-of` combinators
#191
philomates
closed
1 year ago
2
Allow providing a description to pred matcher
#190
philomates
closed
1 year ago
6
Make cljs version work with browser tests
#189
philomates
closed
1 year ago
0
Consider adding a deps.edn
#188
lread
closed
1 year ago
1
recover after missing/extra element in sequence
#187
philomates
closed
6 months ago
6
Bump midje to 1.10.9
#186
ivangalbans
closed
1 year ago
0
Update version in project.clj
#185
ivangalbans
closed
2 years ago
0
Bump midje to 1.10.7
#184
ivangalbans
closed
2 years ago
0
Address cljs warning about Exception in Via matcher
#183
philomates
closed
1 year ago
2
Consider supporting a line by line matcher
#182
lread
closed
1 year ago
4
Use of undeclared Var `matcher-combinators.core/Exception`
#181
eneroth
closed
1 year ago
1
docs: add slack chat badge
#180
lread
closed
2 years ago
0
add `via` to readme
#179
philomates
closed
2 years ago
1
`Via` matcher
#178
philomates
closed
2 years ago
3
Consider recovering after missing/extra element in sequence
#177
lread
opened
2 years ago
4
clj-kondo exports
#176
vemv
closed
1 year ago
3
Proposal: fmap-like combinator to transform input before matching
#175
rafaeldff
closed
2 years ago
4
Next