[dmd-internals] [D-Programming-Language/dmd] ad2b0c: Fix Issue 1353 - Can't use typeof() in base class ...
GitHub
noreply at github.com
Sun Oct 21 14:14:11 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ad2b0c14ad5beecbd6e579738357fe622cb3bff6
https://github.com/D-Programming-Language/dmd/commit/ad2b0c14ad5beecbd6e579738357fe622cb3bff6
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)
Changed paths:
M src/parse.c
A test/compilable/test1353.d
Log Message:
-----------
Fix Issue 1353 - Can't use typeof() in base class list.
Remove the restriction that a base class must being with an identifier (or a dot) and accept any type during passing. The semantic checks give better error messages anyway.
Commit: fb81572f58754d7a5a248bc46fb731e566fc2f83
https://github.com/D-Programming-Language/dmd/commit/fb81572f58754d7a5a248bc46fb731e566fc2f83
Author: Walter Bright <walter at walterbright.com>
Date: 2012-10-21 (Sun, 21 Oct 2012)
Changed paths:
M src/parse.c
A test/compilable/test1353.d
Log Message:
-----------
Merge pull request #1177 from yebblies/issue1353
Enhancement 1353 - Can't use typeof() in base class list.
Compare: https://github.com/D-Programming-Language/dmd/compare/ae9749bc164e...fb81572f5875
More information about the dmd-internals
mailing list