[dmd-internals] [D-Programming-Language/dmd] a38a23: Fix Issue 12432 - Implement better diagnostics for...
GitHub
noreply at github.com
Sun Mar 23 01:55:46 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a38a23830977a42f9b36a51d7e4e7a6e9b917ad1
https://github.com/D-Programming-Language/dmd/commit/a38a23830977a42f9b36a51d7e4e7a6e9b917ad1
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-03-22 (Sat, 22 Mar 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/diag12432.d
M test/fail_compilation/fail352.d
Log Message:
-----------
Fix Issue 12432 - Implement better diagnostics for argument count mismatch in range and opApply contexts.
Commit: 86d59a72df020fedc6e3bc87a885fa969121ea3e
https://github.com/D-Programming-Language/dmd/commit/86d59a72df020fedc6e3bc87a885fa969121ea3e
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-03-23 (Sun, 23 Mar 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/diag12432.d
M test/fail_compilation/fail352.d
Log Message:
-----------
Merge pull request #3396 from AndrejMitrovic/Fix12432
Issue 12432 - Better diagnostics for argument count mismatch in range and opApply
Compare: https://github.com/D-Programming-Language/dmd/compare/b78b5094ae66...86d59a72df02
More information about the dmd-internals
mailing list