[Issue 4444] Cannot index built-in array with expression tuple

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id= Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5967] Mangling of ArgClose for variadic function is swapped

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5967 --- Comment #1 from kenn...@gmail.com 2011-07-19 02:07:01 PDT --- Doc fix: https://github.com/D-Programming-Language/d-programming-language.org/pull/17 Druntime is still _not_ fixed as

[Issue 5956] Undocumented mangling of struct value

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5956 --- Comment #2 from kenn...@gmail.com 2011-07-19 02:09:49 PDT --- Doc fix: https://github.com/D-Programming-Language/d-programming-language.org/pull/17 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 6346] Make == null a warning for arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6346 --- Comment #8 from Steven Schveighoffer schvei...@yahoo.com 2011-07-19 05:33:14 PDT --- Sorry for the duplicate comment, I wanted the first to be overwritten by the second (bugzilla told me that's what would happen), but it didn't :( Ignore

[Issue 6346] Make == null a warning for arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6346 --- Comment #6 from Steven Schveighoffer schvei...@yahoo.com 2011-07-19 05:31:19 PDT --- (In reply to comment #5) In pretty much every other language that I've ever used, null is _not_ the same thing as empty _ever_. Someone coming from C,

[Issue 6346] Make == null a warning for arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6346 --- Comment #7 from Steven Schveighoffer schvei...@yahoo.com 2011-07-19 05:32:02 PDT --- (In reply to comment #5) In pretty much every other language that I've ever used, null is _not_ the same thing as empty _ever_. Someone coming from C,

[Issue 6194] [GSoC] Destructor gets called on object before it is copied when calling writeln()

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6194 --- Comment #4 from Cristi Cobzarenco cristi.cobzare...@gmail.com 2011-07-19 06:24:20 PDT --- Here's a pull request with my fix. https://github.com/D-Programming-Language/phobos/pull/151 -- Configure issuemail:

[Issue 5667] [GSoC] clear does not call destructors on structs embedded in structs

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5667 --- Comment #5 from Cristi Cobzarenco cristi.cobzare...@gmail.com 2011-07-19 06:28:06 PDT --- *** Issue 6203 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 6203] [GSoC] RefCounted (and clear()) doesn't call destructors of members of structs.

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6203 Cristi Cobzarenco cristi.cobzare...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6347] New: dmd 2.054, gcc 4.2.3 - can not compile dmd from source

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6347 Summary: dmd 2.054, gcc 4.2.3 - can not compile dmd from source Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5816] clear breaks associative array

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5816 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5683] Calling .clear on a fresh associative array causes subsequent segfault

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5683 d...@dawgfoto.de changed: What|Removed |Added CC||ratchet.fr...@gmail.com --- Comment

[Issue 6347] Switch to posix.mak is not listed in changelog, and linux.mak is still in zip

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6347 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com

[Issue 6346] Make == null a warning for arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6346 --- Comment #9 from Jonathan M Davis jmdavisp...@gmx.com 2011-07-19 11:21:49 PDT --- Except that null and empty are _not_ the same for arrays. True, checking for null is not as necessary in D, but you _can_ write code which relies on whether

[Issue 6348] New: Returning a struct from a C library function doesn't work correctly in 64 bit binaries

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6348 Summary: Returning a struct from a C library function doesn't work correctly in 64 bit binaries Product: D Version: D1 D2 Platform: x86_64 OS/Version: Linux

[Issue 5683] Calling .clear on a fresh associative array causes subsequent segfault

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5683 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #3

[Issue 6349] New: HTOD needs -od or -of switch

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6349 Summary: HTOD needs -od or -of switch Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: critical Priority: P2 Component:

[Issue 6350] New: Const array static usage optimization

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6350 Summary: Const array static usage optimization Product: D Version: unspecified Platform: All OS/Version: Windows Status: NEW Severity: enhancement Priority: P2

[Issue 6351] New: Regression(2.054) Segfault: Vararg delegate as template param

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6351 Summary: Regression(2.054) Segfault: Vararg delegate as template param Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 6352] New: Regression(2.054) Implicit pure/nothrow/@safe messes up delegate arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6352 Summary: Regression(2.054) Implicit pure/nothrow/@safe messes up delegate arrays Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 6352] Regression(2.054) Implicit pure/nothrow/@safe messes up delegate arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6352 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Severity|normal |regression

[Issue 6352] Regression(2.054) Implicit pure/nothrow/@safe messes up delegate arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6352 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 6352] Regression(2.054) Implicit pure/nothrow/@safe messes up delegate arrays

2011-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6352 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Depends on||3180 ---