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

Verify that the Scala 3 LTS bugfix backport doesn't break anything #774

Open mzuehlke opened 4 months ago

mzuehlke commented 4 months ago

As there isn't an artifact for Scala 3 LTS that includes https://github.com/scala/scala3/pull/20171 I gave it a try with 3.4.2-RC1 that already contains https://github.com/scala/scala3/pull/19737

This PR shows that the only thing that changes is the message returned form the compiler and not changes to munit are needed once Scala 3 LTS with the fix gets released.

tgodzik commented 4 months ago

The PR should be in the next LTS, I confirmed it with the team, they just have a lot on their plate currently.