[dmd-internals] [D-Programming-Language/dmd] ce7d93: Fixes Issue 7050 - PrettyPrint calls to unsafe fun...
GitHub
noreply at github.com
Sat Oct 27 01:59:30 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ce7d9388d2eafc233f35fe3607fd2654b2c2f4e8
https://github.com/D-Programming-Language/dmd/commit/ce7d9388d2eafc233f35fe3607fd2654b2c2f4e8
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M src/expression.c
A test/fail_compilation/diag7050a.d
A test/fail_compilation/diag7050b.d
A test/fail_compilation/diag7050c.d
Log Message:
-----------
Fixes Issue 7050 - PrettyPrint calls to unsafe functions for nicer diagnostic error messages.
Add line number for implicitly generated function.
Commit: 98c9357e42e37de5b35c4ec2985d657770cedf6d
https://github.com/D-Programming-Language/dmd/commit/98c9357e42e37de5b35c4ec2985d657770cedf6d
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-10-27 (Sat, 27 Oct 2012)
Changed paths:
M src/expression.c
A test/fail_compilation/diag7050a.d
A test/fail_compilation/diag7050b.d
A test/fail_compilation/diag7050c.d
Log Message:
-----------
Merge pull request #1201 from AndrejMitrovic/Fix7050
Fix Issue 7050 - Safety error message should include full function names
Compare: https://github.com/D-Programming-Language/dmd/compare/557021bfc908...98c9357e42e3
More information about the dmd-internals
mailing list