[Issue 4060] Phobos + linux problems with files 2GB

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4060 Justin Spahr-Summers justin.spahrsumm...@gmail.com changed: What|Removed |Added CC|

[Issue 4062] New: can call method without this pointer inside is()

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4062 Summary: can call method without this pointer inside is() Product: D Version: 1.057 Platform: Other OS/Version: All Status: NEW Keywords: accepts-invalid, rejects-valid

[Issue 2590] Deallocator is not called if constructor fails.

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2590 --- Comment #6 from Steven Schveighoffer schvei...@yahoo.com 2010-04-05 04:43:18 PDT --- (In reply to comment #5) But the allocator is *not* called automatically, strictly speaking. 'new' is your call to the allocator. Since you use

[Issue 4063] New: [CTFE] key not found in AA gives bad error message

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4063 Summary: [CTFE] key not found in AA gives bad error message Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 4064] New: [CTFE] array.reverse doesn't work

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4064 Summary: [CTFE] array.reverse doesn't work Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 4065] New: [CTFE] AA in operator doesn't work

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4065 Summary: [CTFE] AA in operator doesn't work Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: major

[Issue 4066] New: [ICE] enum AA get

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4066 Summary: [ICE] enum AA get Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2

[Issue 4067] New: [CTFE] Maybe ignored code in CTFE

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4067 Summary: [CTFE] Maybe ignored code in CTFE Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4068] Returning references to const members yield error message

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4068 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 3200] std.xml doesn't follow spec for Tag.text

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3200 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Keywords||patch

[Issue 3201] std.xml incorrectly converts symbols in attributes, amp; - amp; amp

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3201 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Keywords||patch

[Issue 4068] Returning references to const members yield error message

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4068 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4069] New: std.xml.Document.pretty saves empty elements with spaces and line breaks

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4069 Summary: std.xml.Document.pretty saves empty elements with spaces and line breaks Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW

[Issue 4070] New: prefix const on member functions considered confusing

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4070 Summary: prefix const on member functions considered confusing Product: D Version: 2.041 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement

[Issue 4070] prefix const on member functions considered confusing

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

[Issue 4070] prefix const on member functions considered confusing

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4070 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 2590] Deallocator is not called if constructor fails.

2010-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2590 --- Comment #7 from Justin Spahr-Summers justin.spahrsumm...@gmail.com 2010-04-05 21:14:23 CDT --- (In reply to comment #6) Not that I disagree this bug is obsolete, but what would you call delete on? With the failed construction, you