[dmd-internals] [D-Programming-Language/dmd] 80d12f: Fix Issue 1730 - Error message on 'this' reference...
GitHub
noreply at github.com
Wed Jan 2 23:18:44 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 80d12f303c6184c9423a08b6d984db469ec27927
https://github.com/D-Programming-Language/dmd/commit/80d12f303c6184c9423a08b6d984db469ec27927
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-12-28 (Fri, 28 Dec 2012)
Changed paths:
M src/func.c
A test/fail_compilation/diag1730.d
M test/fail_compilation/diag6707.d
Log Message:
-----------
Fix Issue 1730 - Error message on 'this' reference modifier mismatch when
calling methods is uninformative
Commit: 99e93a62383a627497d7eafbee772b99329cb70f
https://github.com/D-Programming-Language/dmd/commit/99e93a62383a627497d7eafbee772b99329cb70f
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-01-02 (Wed, 02 Jan 2013)
Changed paths:
M src/func.c
A test/fail_compilation/diag1730.d
M test/fail_compilation/diag6707.d
Log Message:
-----------
Merge pull request #1407 from AndrejMitrovic/Fix1730
Issue 1730 - Error message on 'this' reference modifier mismatch is uninformative
Compare: https://github.com/D-Programming-Language/dmd/compare/1aaeb4a8a1c9...99e93a62383a
More information about the dmd-internals
mailing list