[Issue 1353] Can't use typeof() in base class list.

2012-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1353


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 CC||ogon...@gmail.com


--- Comment #4 from Kenji Hara k.hara...@gmail.com 2012-11-20 19:48:17 PST ---
*** Issue 9048 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1353] Can't use typeof() in base class list.

2012-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1353



--- Comment #2 from github-bugzi...@puremagic.com 2012-10-21 14:14:16 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ad2b0c14ad5beecbd6e579738357fe622cb3bff6
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.

https://github.com/D-Programming-Language/dmd/commit/fb81572f58754d7a5a248bc46fb731e566fc2f83
Merge pull request #1177 from yebblies/issue1353

Enhancement 1353 - Can't use typeof() in base class list.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1353] Can't use typeof() in base class list.

2012-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1353


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
Version|D1  D2 |D2
 Resolution||FIXED


--- Comment #3 from Walter Bright bugzi...@digitalmars.com 2012-10-21 
14:15:38 PDT ---
Added for D2 only.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1353] Can't use typeof() in base class list.

2012-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1353


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

   Keywords||pull


--- Comment #1 from yebblies yebbl...@gmail.com 2012-10-12 05:03:44 EST ---
https://github.com/D-Programming-Language/dmd/pull/1177

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---