[Issue 7802] UFCS functions get lost when type is transmitted to template

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

[Issue 7802] UFCS functions get lost when type is transmitted to template

2014-08-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7802 Kenji Hara changed: What|Removed |Added CC||tommitiss...@hotmail.com --- Comment #10 from Ke

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 --- Comment #9 from Steven Schveighoffer 2012-04-05 04:53:22 PDT --- (In reply to comment #8) > Walter's suggestion supports both testfoo and testbar, but I'm afraid that it > causes code bloating. > Steven's suggestion supports testfoo, but c

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 --- Comment #8 from Kenji Hara 2012-04-05 01:01:35 PDT --- There is two different situations around template instantiations and UFCS. See following example. --- kernel.d --- struct S { int val; } @property int foo(ref S s) { return s.val; } -

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 --- Comment #7 from Steven Schveighoffer 2012-04-04 11:33:27 PDT --- (In reply to comment #6) > >look it up from two scopes -- the template definition scope (i.e. bar.d) and > >the scope where S is defined (i.e. foo.d). > > I thought this to

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 --- Comment #6 from d...@dawgfoto.de 2012-04-04 11:11:46 PDT --- >look it up from two scopes -- the template definition scope (i.e. bar.d) and >the scope where S is defined (i.e. foo.d). I thought this too, although the need to extend unknown

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 deadalnix changed: What|Removed |Added CC||deadal...@gmail.com --- Comment #4 from de

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #3 from

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2 fr

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-03-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 --- Comment #1 from Walter Bright 2012-03-30 23:12:06 PDT --- More details: http://forum.dlang.org/post/op.wbyg2ywyeav7ka@localhost.localdomain -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are re