[Issue 3285] Struct's destructor not called

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3285 Lionello Lunesu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3516] Destructor not called on temporaries

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3516 Lionello Lunesu changed: What|Removed |Added CC||yaocheng...@gmail.com --- Comment #4

[Issue 4430] New: erroneous matching on specialized template function

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4430 Summary: erroneous matching on specialized template function Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: regression Priority: P

[Issue 4431] New: Template favors alias parameter for struct

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4431 Summary: Template favors alias parameter for struct Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Co

[Issue 4427] __traits should have isFunction, isVariable, etc

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #3 from Simen Kjaeraas 2010-07-06 04:29:56 PDT --- I agree. Many of these could easily be turned into templates in std.traits, and perhaps they should. template isClass( T ) { enum isClass = is( T == class ); } unittest {

[Issue 4429] .keys for V[real] broken

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4429 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4201] associative arrays keys property contains corrupted data for keys property for keys of size < size_t

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4201 --- Comment #2 from Steven Schveighoffer 2010-07-06 04:39:15 PDT --- >From bug 4429, reals also have problems as the key type. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 4201] associative arrays keys property contains corrupted data for keys property for keys of size < size_t

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4201 Steven Schveighoffer changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #

[Issue 4430] erroneous matching on specialized template function

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4430 Richard Webb changed: What|Removed |Added CC||we...@beardmouse.org.uk --- Comment #1

[Issue 4427] __traits should have isFunction, isVariable, etc

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #4 from Jonathan M Davis 2010-07-06 10:05:58 PDT --- I would expect that immutable and const variables would still be variables, just not mutable ones. If you wanted to know whether they were const or immutable, you could do a sepa

[Issue 4432] New: DMD r575 won't build on Linux in debug mode: undefined reference to obj_long

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4432 Summary: DMD r575 won't build on Linux in debug mode: undefined reference to obj_long Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW S

[Issue 4433] New: object.Error: Access Violation missing file and line number

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4433 Summary: object.Error: Access Violation missing file and line number Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: diag

[Issue 4434] New: Assertion failed: (tn->mod & MODimmutable || tn->mod & MODshared), function check, file mtype.c, line 887.

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4434 Summary: Assertion failed: (tn->mod & MODimmutable || tn->mod & MODshared), function check, file mtype.c, line 887. Product: D Version: D2 Platform: x86 OS/Version: Mac OS X

[Issue 4433] object.Error: Access Violation missing file and line number

2010-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4433 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com