matcher-combinators

David G 2025-03-07T18:41:33.313439Z

I just saw that match? is deprecated since v2.0.0 in the cljdoc, but it's used on the README examples. Should I stop using it? https://cljdoc.org/d/nubank/matcher-combinators/3.9.1/api/matcher-combinators.core#match?

ericdallo 2025-03-07T19:11:08.072059Z

I think we should probably update readme to use indicates-match?

Felipe 2025-03-11T17:52:03.568759Z

I wasn't aware of the deprecation. from a quick look, isn't this about the internal core/match? being deprecated, but not (is (match? i.e. ? I think the readme examples are still fine

👍 1
David G 2025-03-11T17:55:35.618399Z

Ah you're right

🙌 1