Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: recommendations about import munit.Clue.generate #626

Open
alessandrocandolini opened this issue Feb 2, 2023 · 1 comment
Open

Comments

@alessandrocandolini
Copy link

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'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

@tgodzik
Copy link
Contributor

tgodzik commented Feb 2, 2023

Thanks for reporting! I reopened the issue with your reproduction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants