[dmd-internals] [D-Programming-Language/dmd] c500f7: Add -verrors=num switch to control error limit
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Dec 4 14:16:43 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c500f75729f9c286150b8c4911158e731734beed
https://github.com/D-Programming-Language/dmd/commit/c500f75729f9c286150b8c4911158e731734beed
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M src/errors.c
M src/mars.c
M src/mars.h
A test/fail_compilation/verrors0.d
A test/fail_compilation/verrors5.d
Log Message:
-----------
Add -verrors=num switch to control error limit
Commit: 3690f73601094d2081cca72f1a06229fe18d1a84
https://github.com/D-Programming-Language/dmd/commit/3690f73601094d2081cca72f1a06229fe18d1a84
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M test/d_do_test.d
M test/fail_compilation/diag1730.d
Log Message:
-----------
Add -verrors=0 for fail_compilation tests by default
Commit: 7ad505460e402da3025261c515de35d72c897b6c
https://github.com/D-Programming-Language/dmd/commit/7ad505460e402da3025261c515de35d72c897b6c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M src/mars.c
Log Message:
-----------
Remove -verrors swithc from the help messages
Save the lines of help message so it's not very useful for the compiler users.
Commit: 9de4ffa3a0f7707630efa11116d5602168bc65fc
https://github.com/D-Programming-Language/dmd/commit/9de4ffa3a0f7707630efa11116d5602168bc65fc
Author: Martin Nowak <code at dawg.eu>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M src/errors.c
M src/mars.c
M src/mars.h
M test/d_do_test.d
M test/fail_compilation/diag1730.d
A test/fail_compilation/verrors0.d
A test/fail_compilation/verrors5.d
Log Message:
-----------
Merge pull request #4184 from 9rnsr/sw_verrors
Add a new compiler switch -verrors=num to control error report limit
Compare: https://github.com/D-Programming-Language/dmd/compare/664d447543aa...9de4ffa3a0f7
More information about the dmd-internals
mailing list