Commit c4596ae
Fix unbound match? in integration test helper
`match?` from matcher-combinators.test is a declared symbol used only
as a compile-time assert-expr inside `(is ...)`. Using it inside an
anonymous function passed to `some` causes a runtime call to the
unbound var, which fails in native image builds.
Replace with direct `matcher-combinators.core/match` +
`indicates-match?` calls for the runtime predicate in
`match-contents-unordered`.
🤖 Generated with [eca](https://eca.dev)
Co-Authored-By: eca-agent <git@eca.dev>1 parent a27230e commit c4596ae
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments