Limit number of compiler error messages
Don Clugston
dac at nospam.com
Tue May 22 01:52:57 PDT 2012
On 20/05/12 00:38, cal wrote:
> Is there a way to limit the dmd compiler to outputting just the first
> few errors it comes across?
No, but the intention of DMD is to generate only one error per bug in
your code.
If you are seeing a large number of useless errors, please report it in
bugzilla.
http://d.puremagic.com/issues/show_bug.cgi?id=8082 is a good example.
More information about the Digitalmars-d-learn
mailing list