[Issue 16312] "Error: Overlapping fields" caused by use of deprecated features in referred to fields
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jul 23 09:11:48 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16312
Marco Leise <Marco.Leise at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|rejects-valid |
--- Comment #2 from Marco Leise <Marco.Leise at gmx.de> ---
This report is about the first point, yes. Even if treated as an error,
"deprecated" means the compiler can still handle the situation. I suggest, not
to poison the AST for "deprecated as error" and "warning as error", but just
print the error and continue compilation as normal. (And return -1 from main.)
Does that seem feasible?
--
More information about the Digitalmars-d-bugs
mailing list