[dmd-internals] [D-Programming-Language/dmd] 693027: fix Issue 12967 - Prefix method 'this' qualifiers ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Jun 26 02:49:16 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 69302730c054f35d7ad206054f96db723cbf12cd
https://github.com/D-Programming-Language/dmd/commit/69302730c054f35d7ad206054f96db723cbf12cd
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M src/parse.c
M src/parse.h
M test/compilable/extra-files/ddoc10.html
M test/compilable/extra-files/ddoc5.html
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
M test/compilable/extra-files/inlinexheader.di
M test/compilable/extra-files/xheader.di
R test/compilable/test10150.d
A test/compilable/test12967.d
A test/fail_compilation/parse12967a.d
A test/fail_compilation/parse12967b.d
Log Message:
-----------
fix Issue 12967 - Prefix method 'this' qualifiers should be disallowed in DeclDefs scope
Commit: e353124e6e453760ce0e5ff00cfc607d53694aa6
https://github.com/D-Programming-Language/dmd/commit/e353124e6e453760ce0e5ff00cfc607d53694aa6
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M src/parse.c
A test/fail_compilation/parseStc3.d
Log Message:
-----------
Check redundant/conflicting attributes between prefix and postfix
Commit: 9521bfc5abc636910ba0bcc085bca3bf46b854a5
https://github.com/D-Programming-Language/dmd/commit/9521bfc5abc636910ba0bcc085bca3bf46b854a5
Author: Walter Bright <walter at walterbright.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M src/parse.c
M src/parse.h
M test/compilable/extra-files/ddoc10.html
M test/compilable/extra-files/ddoc5.html
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
M test/compilable/extra-files/inlinexheader.di
M test/compilable/extra-files/xheader.di
R test/compilable/test10150.d
A test/compilable/test12967.d
A test/fail_compilation/parse12967a.d
A test/fail_compilation/parse12967b.d
A test/fail_compilation/parseStc3.d
Log Message:
-----------
Merge pull request #3689 from 9rnsr/fix12967
Issue 12967 - Prefix method 'this' qualifiers should be disallowed in DeclDefs scope
Compare: https://github.com/D-Programming-Language/dmd/compare/d664daebede3...9521bfc5abc6
More information about the dmd-internals
mailing list