Implementation of diagnostic reporting style for dfa engine#23124
Implementation of diagnostic reporting style for dfa engine#23124Iskaban10 wants to merge 2 commits into
Conversation
|
Thanks for your pull request and interest in making D better, @Iskaban10! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#23124" |
|
Can you please force push a new branch instead of opening new PRs? That prevents review comments getting erased. |
Was facing some issue in re-opening the previous PR. I was not very familiar with managing git histories. |
Diagnostic reporting mechanism. Can be used with -verror-style = diagreport. Code taken from here.
Example output:
Previous PR became messy. Hence made another PR.