[Issue 8059] Deprecate .classinfo

2020-04-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8059 --- Comment #8 from Dlang Bot --- @Geod24 created dlang/dmd pull request #11033 "Fix issue 8059 - Deprecate `.classinfo` in favor of `typeid`" fixing this issue: - Fix issue 8059 - Deprecate `.classinfo` in favor of `typeid` As explai

[Issue 8059] Deprecate .classinfo

2012-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8059 --- Comment #1 from Steven Schveighoffer 2012-05-07 04:38:39 PDT --- See also issue 3346 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8059] Deprecate .classinfo

2012-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8059 Alex R�nne Petersen changed: What|Removed |Added CC||xtzgzo...@gmail.com --- Comment

[Issue 8059] Deprecate .classinfo

2012-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8059 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #3 from M

[Issue 8059] Deprecate .classinfo

2012-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8059 --- Comment #4 from Steven Schveighoffer 2012-05-10 14:02:39 PDT --- (In reply to comment #3) > // lookup[Trigger] = typeid(this); <- 'this' is only defined in > non-static member functions, not _staticCtor13 typeid(typeof(this)) --

[Issue 8059] Deprecate .classinfo

2012-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8059 --- Comment #5 from Steven Schveighoffer 2012-05-10 14:05:00 PDT --- Also see above referenced bug 3346 that specifically identifies classinfo as behaving abnormally. Looks like you found another case! -- Configure issuemail: http://d.purem

[Issue 8059] Deprecate .classinfo

2012-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8059 --- Comment #6 from Marco Leise 2012-05-10 14:09:07 PDT --- Ah, thank you for that hint. So my code would survive the deprecation, if just by chance. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You ar

[Issue 8059] Deprecate .classinfo

2013-11-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8059 yebblies changed: What|Removed |Added Keywords||pull CC|

[Issue 8059] Deprecate .classinfo

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8059 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --