[Issue 7585] functions in templates inferred as delegate

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #14 from Kenji Hara 2013-02-05 17:19:33 PST --- (In reply to comment #10) > What's the state of this? OP sample works, but in Kenji's Comment #1 sample > the > line which fails is: > > Callback cb3 = &Wrap!(f3); // NG The s

[Issue 7585] functions in templates inferred as delegate

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #13 from timon.g...@gmx.ch 2013-02-05 13:32:58 PST --- (In reply to comment #12) > (In reply to comment #11) > > (In reply to comment #10) > > > What's the state of this? OP sample works, but in Kenji's Comment #1 > > > sample the >

[Issue 7585] functions in templates inferred as delegate

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7585] functions in templates inferred as delegate

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #12 from Andrej Mitrovic 2013-02-05 13:28:09 PST --- (In reply to comment #11) > (In reply to comment #10) > > What's the state of this? OP sample works, but in Kenji's Comment #1 sample > > the > > line which fails is: > > > > C

[Issue 7585] functions in templates inferred as delegate

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 7585] functions in templates inferred as delegate

2012-06-12 Thread d-bugmail
/24b83f373e93fc553e42213132adabb992c03405 fix Issue 7585 - functions in templates inferred as delegate https://github.com/D-Programming-Language/dmd/commit/c66af72bd96110c027db69ea560b6dc3f88b3054 Merge pull request #982 from 9rnsr/fix7585 Issue 7585 - functions in templates inferred as delegate -- Configure issuemail: http

[Issue 7585] functions in templates inferred as delegate

2012-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #8 from Kenji Hara 2012-06-05 07:41:29 PDT --- A new pull to retry fixing: https://github.com/D-Programming-Language/dmd/pull/982 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiv

[Issue 7585] functions in templates inferred as delegate

2012-02-29 Thread d-bugmail
/181fb9cd10cf11f20feb22ee13e305f41f9cbe90 Revert "fix Issue 7585 - functions in templates inferred as delegate" This reverts commit 182edee285f9c7b8c552e5de3c11636aac154991. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7585] functions in templates inferred as delegate

2012-02-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #6 from Ali Cehreli 2012-02-29 13:15:41 PST --- Just a reminder: the spec needs to be updated. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7585] functions in templates inferred as delegate

2012-02-29 Thread d-bugmail
/65fe59384a05de9e59cda85f0de8296d6fc9c478 Merge pull request #767 from 9rnsr/fix7585 Issue 7585 - functions in templates inferred as delegate -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7585] functions in templates inferred as delegate

2012-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #4

[Issue 7585] functions in templates inferred as delegate

2012-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 Ali Cehreli changed: What|Removed |Added CC||acehr...@yahoo.com --- Comment #3 from A

[Issue 7585] functions in templates inferred as delegate

2012-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #2 from K

[Issue 7585] functions in templates inferred as delegate

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #1 from Kenji Hara 2012-02-25 20:21:04 PST --- The root cause is conservative escape analysis for nested template instantiation. extern(C) alias void function() Callback; template Wrap(alias dg) { extern(C) void Wrap() { dg();