scalameta / munit

Scala testing library with actionable errors and extensible APIs
https://scalameta.org/munit
Apache License 2.0
428 stars 88 forks source link

chore: Reenable mima to make sure we don't break compat #776

Closed tgodzik closed 4 months ago

valencik commented 4 months ago

I'm pretty unfamiliar with how this is normally done. It looks like we are wiping out all past MIMA exclusions and starting fresh with the 1.0 release? Is that the common practice?

tgodzik commented 4 months ago

I'm pretty unfamiliar with how this is normally done. It looks like we are wiping out all past MIMA exclusions and starting fresh with the 1.0 release? Is that the common practice?

I think so, since we no longer need to compare to 0.x versions, just 1.x. The old exclusions are irrelevant now. We should not have any exclusions aside from added methods/classes on the 1.x series.