[Issue 5919] New: The declaration of static members depend in the order

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5919 Summary: The declaration of static members depend in the order Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid

[Issue 5920] New: Cannot create std.algorithm.Array of structs with custom destructor (hasElaborateDestructor).

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5920 Summary: Cannot create std.algorithm.Array of structs with custom destructor (hasElaborateDestructor). Product: D Version: D2 Platform: Other OS/Version: Mac OS X

[Issue 5921] New: No mismatched nested comments

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5921 Summary: No mismatched nested comments Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: major

[Issue 5923] New: .ptr property is not const for const arrays

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5923 Summary: .ptr property is not const for const arrays Product: D Version: D1 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5924] New: schwartzSort of Tuple!(char)[]

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5924 Summary: schwartzSort of Tuple!(char)[] Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5920] Cannot create std.algorithm.Array of structs with custom destructor (hasElaborateDestructor).

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5920 --- Comment #1 from kenn...@gmail.com 2011-05-03 05:49:55 PDT --- Pull request #35. https://github.com/D-Programming-Language/phobos/pull/35 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5921] No mismatched nested comments

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5921 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 5920] Cannot create std.algorithm.Array of structs with custom destructor (hasElaborateDestructor).

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5920 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5924] schwartzSort of Tuple!(char)[]

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5924 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5792] Tuple!(real,string) fails

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5792 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5920] Cannot create std.algorithm.Array of structs with custom destructor (hasElaborateDestructor).

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5920 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5921] No mismatched nested comments

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5921 --- Comment #2 from bearophile_h...@eml.cc 2011-05-03 09:54:41 PDT --- (In reply to comment #1) Cannot reproduce the error message. Please show your dmd options. I've got Thank you, you are right, I've seen that the error message I see is

[Issue 5921] No mismatched nested comments

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

[Issue 5921] No mismatched nested comments

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5921 --- Comment #4 from bearophile_h...@eml.cc 2011-05-03 10:39:30 PDT --- (In reply to comment #3) Not a dmd issue, marked as invalid. But isn't it a DMD problem still? Maybe we have discussed this same problem in past, but the comments are not

[Issue 5921] No mismatched nested comments

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5921 --- Comment #5 from kenn...@gmail.com 2011-05-03 10:58:33 PDT --- (In reply to comment #4) (In reply to comment #3) Not a dmd issue, marked as invalid. But isn't it a DMD problem still? Maybe we have discussed this same problem in past,

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 wolfwood transmethyl+...@gmail.com changed: What|Removed |Added AssignedTo|nob...@puremagic.com

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 --- Comment #5 from wolfwood transmethyl+...@gmail.com 2011-05-03 11:40:23 PDT --- fixed in this pull request. https://github.com/D-Programming-Language/dmd/pull/48 (In reply to comment #3) (In reply to comment #2) static sychronized is

[Issue 5921] No mismatched nested comments

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5921 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2011-05-03 12:13:25 PDT --- Kenny's right. This is not a dmd bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5925] New: Comparing associative array with a storage class (const/shared/immutable) causes segfault

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5925 Summary: Comparing associative array with a storage class (const/shared/immutable) causes segfault Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 wolfwood transmethyl+...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5560] unittests add code size when compiling with -lib and without -unittest

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5560 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5560] unittests add code size when compiling with -lib and without -unittest

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5560 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED