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

improvement: Add transparent to compileErrors #759

Closed tgodzik closed 4 months ago

tgodzik commented 4 months ago

This seems to fix issues with https://github.com/scalameta/munit/issues/711

tgodzik commented 4 months ago

Actually it's written to do so in https://scala-lang.org/api/3.4.0/scala/compiletime/testing.html#typeCheckErrors-94d so I think this is legit

confirmed by @jchyb who is our macro wizard