-
Notifications
You must be signed in to change notification settings - Fork 225
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
Deduplicate compiler warnings based on their source location #6965
Comments
What are some examples of this? |
I think the case where this comes up most frequently is on comptime functions. If you run
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #6926 we still get a number of cases where multiple instances of the same compiler warning/error is emitted pointing at the same line of source code. This tends to just make the output harder to read for very little benefit so I'm inclined to deduplicate these so that we only print them once.
The text was updated successfully, but these errors were encountered: