[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #3

[Issue 5400] New: Socket.select / FD_ISSET broken on phobos/D2

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5400 Summary: Socket.select / FD_ISSET broken on phobos/D2 Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: blocker Priority: P2

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Priority|P2 |P5

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 --- Comment #6 from nfx...@gmail.com 2011-01-02 07:46:29 PST --- I think the issue is with allowing stuff like this: Result wrapCall(alias call, Result, Args...)(Args args) { return call(args); } And then making it work even if the result

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 --- Comment #7 from Andrei Alexandrescu and...@metalanguage.com 2011-01-02 09:05:29 PST --- (In reply to comment #6) I think the issue is with allowing stuff like this: Result wrapCall(alias call, Result, Args...)(Args args) { return

[Issue 5400] Add const to FD_ISSET

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5400 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2810] Bogus forward reference error with auto function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2810 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added CC|

[Issue 190] Cannot forward reference typedef/alias in default value for function parameter

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=190 --- Comment #8 from Brad Roberts bra...@puremagic.com 2011-01-02 19:43:03 PST --- Created an attachment (id=858) Updated patch Incorporates the fixes from bug 4753 for the regression from the previous version of the patch. Tested against the

[Issue 5401] New: std.socket updates and boost license

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401 Summary: std.socket updates and boost license Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2