[Issue 5678] new enum struct re-allocated at compile time

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5678 --- Comment #3 from Don 2011-04-16 22:26:16 PDT --- (In reply to comment #2) > Is the same problem with associative arrays in another bug report? The general bug, which includes AAs, was fixed with this commit: https://github.com/donc/dmd/com

[Issue 5771] Template constructor and auto ref do not work

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5771 Kenji Hara changed: What|Removed |Added Keywords||patch, rejects-valid --- Comment #1 from

[Issue 5657] Temporary object destruction

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5657 --- Comment #6 from Kenji Hara 2011-04-16 19:31:55 PDT --- Pull request. https://github.com/D-Programming-Language/dmd/pull/26 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 1389] Can't use mixin expressions when start of a statement.

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1389 Kenji Hara changed: What|Removed |Added Keywords||patch CC|

[Issue 5850] New: Default arguments of out and ref arguments

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5850 Summary: Default arguments of out and ref arguments Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 5849] New: std.random.dice is better as a range

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5849 Summary: std.random.dice is better as a range Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component

[Issue 5140] Add __FUNCTION__

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5140 --- Comment #2 from bearophile_h...@eml.cc 2011-04-16 15:36:18 PDT --- See a better explanations and some examples of __function: http://rosettacode.org/wiki/Anonymous_recursion And I see this is another use case for __function: http://www.dig

[Issue 5848] Coverage always report 0000000 for inlined function

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5848 --- Comment #3 from bearophile_h...@eml.cc 2011-04-16 12:54:22 PDT --- (In reply to comment #2) > (In reply to comment #1) > > What kind of textual output do you desire in this situation? > > What do you mean? What coverage results textual fil

[Issue 4851] Three suggestions for std.random

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4851 --- Comment #2 from bearophile_h...@eml.cc 2011-04-16 12:54:38 PDT --- That fourth idea is also useful to avoid a little trap. This code looks correct, here randomCover() is used to act like the Python random.choice(), but here it keeps taking t

[Issue 5848] Coverage always report 0000000 for inlined function

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5848 --- Comment #2 from kenn...@gmail.com 2011-04-16 12:06:15 PDT --- (In reply to comment #1) > What kind of textual output do you desire in this situation? What do you mean? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 5848] Coverage always report 0000000 for inlined function

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5848 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 5848] New: Coverage always report 0000000 for inlined function

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5848 Summary: Coverage always report 000 for inlined function Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 5847] New: Threads started by core.thread should have same floating point state as main thread

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5847 Summary: Threads started by core.thread should have same floating point state as main thread Product: D Version: unspecified Platform: Other OS/Version: Windows Sta

[Issue 5846] New: String literals can be assigned to static char arrays without .dup

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5846 Summary: String literals can be assigned to static char arrays without .dup Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keyword

[Issue 5678] new enum struct re-allocated at compile time

2011-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5678 --- Comment #2 from bearophile_h...@eml.cc 2011-04-16 06:46:24 PDT --- Is the same problem with associative arrays in another bug report? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving t