[Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2774 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function

2011-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function

2011-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||k.hara...@gmail.com

[Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function

2009-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 --- Comment #4 from Shin Fujishiro rsi...@gmail.com 2009-05-27 13:23:56 PDT --- (From update of attachment 381) Please insert the following case TOKtype in addition to the patch. It handles Type.mangleof. +Dsymbol *ds = NULL; +

[Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function

2009-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 --- Comment #5 from Jarrett Billingsley jarrett.billings...@gmail.com 2009-05-27 16:05:02 PDT --- You're pretty awesome. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function

2009-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 --- Comment #2 from Shin Fujishiro rsi...@gmail.com 2009-05-26 02:51:35 PDT --- Created an attachment (id=380) -- (http://d.puremagic.com/issues/attachment.cgi?id=380) Add .mangleof (DMD 2.030) This patch adds .mangleof property to