[dmd-internals] [D-Programming-Language/dmd] 34f2f3: fix Issue 13008 - 'deprecated' is not allowed to r...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Jun 30 17:53:42 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 34f2f324cafc2e5f9252ada830c9d99babf7787c
https://github.com/D-Programming-Language/dmd/commit/34f2f324cafc2e5f9252ada830c9d99babf7787c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M src/func.c
A test/compilable/test13008.d
Log Message:
-----------
fix Issue 13008 - 'deprecated' is not allowed to refer another deprecated when it is a function declaration
Commit: 6382ff63e5fdceb07fceff898ec49c8f1ce7448a
https://github.com/D-Programming-Language/dmd/commit/6382ff63e5fdceb07fceff898ec49c8f1ce7448a
Author: Walter Bright <walter at walterbright.com>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M src/func.c
A test/compilable/test13008.d
Log Message:
-----------
Merge pull request #3704 from 9rnsr/fix13008
[REG2.066a] Issue 13008 - 'deprecated' is not allowed to refer another deprecated when it is a function declaration
Compare: https://github.com/D-Programming-Language/dmd/compare/59f088f2c52c...6382ff63e5fd
More information about the dmd-internals
mailing list