digitalmars.D.bugs - [Issue 6016] New: Struct named Object with class in one module
- d-bugmail puremagic.com (24/24) May 16 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6016
- d-bugmail puremagic.com (12/12) Jun 23 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6016
http://d.puremagic.com/issues/show_bug.cgi?id=6016 Summary: Struct named Object with class in one module Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: trivial Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: alienballance gmail.com --- Comment #0 from Mariusz GliwiĆski <alienballance gmail.com> 2011-05-16 04:21:13 PDT --- Compiling <code> class a {} struct Object {} </code> results in: Assertion failure: 'b->type->ty == Tclass' on line 464 in file 'class.c' Some meaningful name about confusion with object.d would be nice -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 16 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6016 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |clugdbug yahoo.com.au Resolution| |DUPLICATE --- Comment #1 from Don <clugdbug yahoo.com.au> 2011-06-23 00:55:38 PDT --- *** This issue has been marked as a duplicate of issue 4364 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 23 2011