You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue when using munit in Scala3, where the compiler error messages are always shadowed by the following message:
[error] |The following import might make progress towards fixing the problem:
[error] |
[error] | import munit.Clue.generate
This issue seems to be well-known, as it was reported and fixed in the Dotty repository (scala/scala3#9685), and if I understand correctly is covered by the munit test suite (
However, I am unsure of the next steps in mitigating or avoiding this issue. Are there any recommended solutions, workarounds, or ongoing efforts to fix this problem? This issue severely impact the development experience, as it makes it difficult to accurately identify and address compiler errors
I am encountering an issue when using munit in Scala3, where the compiler error messages are always shadowed by the following message:
This issue seems to be well-known, as it was reported and fixed in the Dotty repository (scala/scala3#9685), and if I understand correctly is covered by the munit test suite (
munit/tests/shared/src/test/scala/munit/AssertionsSuite.scala
Line 196 in 8558ab1
However, I am unsure of the next steps in mitigating or avoiding this issue. Are there any recommended solutions, workarounds, or ongoing efforts to fix this problem? This issue severely impact the development experience, as it makes it difficult to accurately identify and address compiler errors
I've created a small repository to demonstrate the issue: https://github.com/alessandrocandolini/munit-clue-confusing-suggestion. If i can help in other ways, please let me know
Thank you
The text was updated successfully, but these errors were encountered: