Make distinct error limit configurable#17532
Conversation
andrewrk
left a comment
There was a problem hiding this comment.
I chose to use a CLI argument instead of a const in the root file since changing it would invalidate most functions in an incremental compilation.
Changing it on the CLI creates an entirely separate cache namespace, so it's essentially the same thing. I don't think it should be a CLI argument.
|
Making it a const in the root file (or more likely in |
andrewrk
left a comment
There was a problem hiding this comment.
OK, I think you make a fair argument. Let's do the CLI flag then 👍
This flag was added in ziglang#17532 to close ziglang#786, but the language reference was never updated to reflect the change.
This flag was added in ziglang#17532 to close ziglang#786, but the language reference was never updated to reflect the change.
|
Reverted in 328ec15 due to: |
I chose to use a CLI argument instead of a const in the root file since changing it would invalidate most functions in an incremental compilation.
Closes #786