[Issue 8817] Symbols named init should be illegal

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 14 00:38:31 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8817


Alex Rønne Petersen <alex at lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at lycus.org


--- Comment #1 from Alex Rønne Petersen <alex at lycus.org> 2012-10-14 09:38:30 CEST ---
This actually happens to be a problem in druntime's TypeInfo classes because
they have a property called init. A lot of code currently relies on that
'overload' of the init symbol.

https://github.com/D-Programming-Language/druntime/blob/master/src/object.di#L75

That comment has been there for eons. What do we do about it?

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


More information about the Digitalmars-d-bugs mailing list