October 21, 2012 [dmd-internals] [D-Programming-Language/dmd] ad2b0c: Fix Issue 1353 - Can't use typeof() in base class ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation