Bug 20515 – Errors should be reported in GNU style on Linux
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2020-01-17T10:44:07Z
Last change time
2020-03-21T03:56:34Z
Assigned to
No Owner
Creator
FeepingCreature
Comments
Comment #0 by default_357-line — 2020-01-17T10:44:07Z
Error messages should be reported in GNU style on Linux. This will ease interoperability with existing IDEs.
The GNU style is specified at https://www.gnu.org/prep/standards/html_node/Errors.html . (It is not gcc specific; clang also follows it.)
Comment #1 by dlang-bot — 2020-01-17T10:50:10Z
@FeepingCreature created dlang/dmd pull request #10732 "Implement issue 20515: add command line flag to allow selecting GNU message style for errors and warnings." mentioning this issue:
- Implement issue 20515: add command line flag to allow selecting GNU message style for errors and warnings.
https://github.com/dlang/dmd/pull/10732
Comment #2 by dlang-bot — 2020-02-03T03:43:58Z
dlang/dmd pull request #10732 "Implement issue 20515: add command line flag to allow selecting GNU message style for errors and warnings." was merged into master:
- 09a1a3884834b85d92b21eadbe758fdeb5e3206c by Mathis Beer:
Implement issue 20515: add command line flag to allow selecting GNU message style for errors and warnings.
https://github.com/dlang/dmd/pull/10732