[Issue 3449] const and invariant struct members do not behave according to spec

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3449 --- Comment #2 from Lars T. Kyllingstad 2009-10-29 23:35:28 PDT --- (In reply to comment #1) > (In reply to comment #0) > > and in the case of const it is even considered well-defined > > behaviour to change their value after casting them to

[Issue 3454] New: Inconsistent flag setting in GC.realloc()

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3454 Summary: Inconsistent flag setting in GC.realloc() Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3453] New: Linking order affects proper execution

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3453 Summary: Linking order affects proper execution Product: D Version: 2.035 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: regression Priority: P2

[Issue 3449] const and invariant struct members do not behave according to spec

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3449 Stewart Gordon changed: What|Removed |Added CC||s...@iname.com --- Comment #1 from St

[Issue 2694] alias pure nothrow XXX; is not pure nothrow!

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2694 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #2 fr

[Issue 3269] pure functions silently become nothrow

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3269 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #2 fr

[Issue 1117] ddoc generates corrupted docs if code examples contain attributes with colons

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1117 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #3 fr

[Issue 195] DDoc generates bad output when example contains "protected" attribute

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=195 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #2 fro

[Issue 3452] New: Can't alias member functions such that the object name is implicitly stored in the alias

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3452 Summary: Can't alias member functions such that the object name is implicitly stored in the alias Product: D Version: 2.035 Platform: Other OS/Version: Windows Stat

[Issue 971] No profiling output is generated if the application terminates with exit

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=971 Justin Spahr-Summers changed: What|Removed |Added CC||justin.spahrsumm...@gmail.c

[Issue 3367] Regression: struct initialization no longer supports ctor overloads

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3367 Don changed: What|Removed |Added Keywords||patch --- Comment #2 from Don 2009-10-29 12:58:

[Issue 3279] Type tuple comparison fails

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3279 Don changed: What|Removed |Added Keywords||diagnostic CC|

[Issue 3451] Initializers don't work for tuple variables

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3451 Don changed: What|Removed |Added Version|2.035 |1.030 --- Comment #1 from Don 2009-10-29 08:42:

[Issue 3451] New: Initializers don't work for tuple variables

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3451 Summary: Initializers don't work for tuple variables Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Keywords: diagnostic, rejects-valid S

[Issue 3450] New: is (typeof({ ... }())) unexpected return

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3450 Summary: is (typeof({ ... }())) unexpected return Product: D Version: 2.035 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: critical

[Issue 3035] "cannot have const/invariant out parameter of type shared"

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3035 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #1 fr

[Issue 3102] Incorrectly matching type as shared (two cases with is expressions)

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3102 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #2 fr

[Issue 3349] typeid(shared(T)) generates wrong value

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3349 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #1 fr

[Issue 3447] std.file uses unconventional file permissions

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3447 --- Comment #2 from Lars T. Kyllingstad 2009-10-29 06:21:23 PDT --- I just grepped through all of Phobos for "0660", and I see that the std.mmfile module also uses these permissions. I'm not sure whether this should be changed, though, because

[Issue 3447] std.file uses unconventional file permissions

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3447 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 3449] New: const and invariant struct members do not behave according to spec

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3449 Summary: const and invariant struct members do not behave according to spec Product: D Version: 2.035 Platform: Other OS/Version: Linux Status: NEW Severi

[Issue 3448] New: __traits(compiles) returns true for a non-compilable template instantiation

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3448 Summary: __traits(compiles) returns true for a non-compilable template instantiation Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW

[Issue 3447] New: std.file uses unconventional file permissions

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3447 Summary: std.file uses unconventional file permissions Product: D Version: 2.035 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 600] error occurs when using template's tuple argument with typetuple having values

2009-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=600 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|