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

Backport compiler option "-Ydebug-error" from scala 3 #12505

Closed
tribbloid opened this issue Dec 1, 2021 · 5 comments
Closed

Backport compiler option "-Ydebug-error" from scala 3 #12505

tribbloid opened this issue Dec 1, 2021 · 5 comments
Milestone

Comments

@tribbloid
Copy link

This is a very important option when working with a fast-moving compiler or unstable compiler plugin. Yet it is missing in scala 2 for a very long time. (The option "-Yissue-debug" only covers a very small subsection of errors that can be handled by "-Ydebug-error")

To me it looks like a low-hanging fruit, time to bring it up to be on par with Scala 3.

@lrytz
Copy link
Member

lrytz commented Dec 2, 2021

I'm closing this ticket because this issue tracker is for bugs. This doesn't mean I disagree with the idea; but we are not collecting feature requests / ideas here.

@lrytz lrytz closed this as completed Dec 2, 2021
@ira19921
Copy link

ira19921 commented Dec 2, 2021 via email

@tribbloid
Copy link
Author

@lrytz thanks a lot, I'll take it as a yes, will submit a PR shortly

@ira19921
Copy link

ira19921 commented Dec 2, 2021 via email

@SethTisue SethTisue closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2024
@som-snytt
Copy link

Fixed in scala/scala#9824

@SethTisue SethTisue added this to the 2.13.9 milestone Feb 17, 2024
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

5 participants