[Issue 3731] Can implicitly cast an immutable reference to a derived class

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||accepts-invalid, patch

[Issue 5927] Broken getcwd when using GetCurrentDirectoryA

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5927 Denis verylonglogin@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6154] New: std.math.abs on std.complex numbers too

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6154 Summary: std.math.abs on std.complex numbers too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3746] Misleading error message OP has no effect in expression XXX), in void function

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 --- Comment #11 from bearophile_h...@eml.cc 2011-06-14 05:14:02 PDT --- (In reply to comment #10) You're talking about two completely separate issues, both of which are enhancements. This issue is about providing a clearer error message

[Issue 3922] Wrong error message with return in void function

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3922 bearophile_h...@eml.cc changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3746] Misleading error message OP has no effect in expression XXX), in void function

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6154] std.math.abs on std.complex numbers too

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6154 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1

[Issue 3746] Misleading error message OP has no effect in expression XXX), in void function

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 --- Comment #13 from yebblies yebbl...@gmail.com 2011-06-14 08:51:36 PDT --- Without this feature, what should happen with lazy void? void lf(lazy void a) { a; } void main() { int i; lf(i++); } -- Configure issuemail:

[Issue 6154] std.math.abs on std.complex numbers too

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6154 --- Comment #2 from bearophile_h...@eml.cc 2011-06-14 10:01:24 PDT --- (In reply to comment #1) auto m2 = map!`a.abs()`(array2); Right. But std.math.abs has to work on complex numbers too, as before, for polymorphism, and for a serious

[Issue 6154] std.math.abs on std.complex numbers too

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6154 --- Comment #4 from kenn...@gmail.com 2011-06-14 13:22:08 PDT --- (In reply to comment #2) (In reply to comment #1) auto m2 = map!`a.abs()`(array2); Right. But std.math.abs has to work on complex numbers too, as before, for

[Issue 6155] New: thread message boxes block infinitely with OnCrowding.block

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6155 Summary: thread message boxes block infinitely with OnCrowding.block Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major

[Issue 6155] thread message boxes block infinitely with OnCrowding.block

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6155 --- Comment #1 from ari edelkind edelkind+purema...@gmail.com 2011-06-14 13:33:11 PDT --- Created an attachment (id=998) patch to fix OnCrowding.block deadlock issue -- Configure issuemail:

[Issue 6156] New: thread mbox conditions are only notified when the mailbox is emptied.

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6156 Summary: thread mbox conditions are only notified when the mailbox is emptied. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 5999] Inconsistent equality with array of NaNs between runtime and CTFE

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5999 Paul D. Anderson paul.d.ander...@comcast.net changed: What|Removed |Added CC|

[Issue 5999] Inconsistent equality with array of NaNs between runtime and CTFE

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5999 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6157] New: to!string should work for various pointer types

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6157 Summary: to!string should work for various pointer types Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6158] New: winsamp and dhry samples need an update

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6158 Summary: winsamp and dhry samples need an update Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6158] winsamp and dhry samples need an update

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6158 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-06-14 18:21:23 PDT --- Created an attachment (id=1000) description -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3780] getopt improvements by Igor Lesik

2011-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3780 Igor Lesik curo...@yahoo.com changed: What|Removed |Added CC||curo...@yahoo.com ---