[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2021-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7198 Andrei Alexandrescu changed: What|Removed |Added Target Milestone|2.059 |--- Mathias LANG changed:

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2013-11-26 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7198 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2013-08-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC|

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2013-08-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 --- Comment #11 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-08-06 17:44:35 PDT --- (In reply to comment #1) I guess the trouble is that the delegate argument Widget is interpreted as a parameter name, not the type. Using int

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2012-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2012-01-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2012-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-01-02 05:35:59 PST --- I guess the trouble is that the delegate argument Widget is interpreted as a parameter name, not the type. Using int instead of Widget compiles. Yes, you're right.

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2012-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2012-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 --- Comment #6 from Rainer Schuetze r.sagita...@gmx.de 2012-01-02 07:44:36 PST --- Ok, I understand. There are already a number of situation where the decision Type/Variable is deferred to the semantic phase. Would it be possible to do the

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2012-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 --- Comment #7 from Jacob Carlborg d...@me.com 2012-01-02 09:09:00 PST --- (In reply to comment #5) (In reply to comment #4) (In reply to comment #3) (I don't actually know why we have unnamed parameters at all; most modern languages

[Issue 7198] Delegate literals with nameless arguments fail to infer a type

2012-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7198 --- Comment #8 from Kenji Hara k.hara...@gmail.com 2012-01-02 16:59:46 PST --- (In reply to comment #6) Ok, I understand. There are already a number of situation where the decision Type/Variable is deferred to the semantic phase. Would it