[Issue 4374] Required do-while ending semicolon

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4374 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6918] New: Internal error: e2ir.c 1242

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6918 Summary: Internal error: e2ir.c 1242 Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 6919] New: [CTFE] Cannot get effect to local variable through its pointer

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6919 Summary: [CTFE] Cannot get effect to local variable through its pointer Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 6917] with() at global scope too

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6917 --- Comment #1 from bearophile_h...@eml.cc 2011-11-09 05:12:18 PST --- This is a workaround, but I try to avoid static this where possible to avoid circular reference import troubles: enum MyEnum { first, second } immutable MyEnum[] array;

[Issue 6918] Internal error: e2ir.c 1242

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6918 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment

[Issue 314] [module] Static, renamed, and selective imports are always public

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 --- Comment #34 from Leandro Lucarella llu...@gmail.com 2011-11-09 06:23:50 PST --- (In reply to comment #33) https://github.com/D-Programming-Language/dmd/pull/190 So it looks like the patch is good and ready, when are you planning to merge

[Issue 6912] non-transitivity of inout breaks const system

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6912 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 6912] const(T[])/immutable(T[]) can be implicitly cast to inout(const(T)[])/inout(immutable(T)[])

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6912 timon.g...@gmx.ch changed: What|Removed |Added Summary|non-transitivity of inout |const(T[])/immutable(T[])

[Issue 6632] toUTFz sometimes does not work with const parameters

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6632 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Severity|normal |major ---

[Issue 6920] New: static on module constructors/destructors is redundant

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6920 Summary: static on module constructors/destructors is redundant Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6632] toUTFz sometimes does not work with const parameters

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6632 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 6922] New: [TDPL] superimposing of const and immutable does not work correctly

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6922 Summary: [TDPL] superimposing of const and immutable does not work correctly Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 6174] Initialize const fixed-size array in constructor

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6174 --- Comment #3 from bearophile_h...@eml.cc 2011-11-09 19:29:02 PST --- See also a comment by Kenji Hara: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.Darticle_id=148428 Inside constructor, compiler can detect that

[Issue 6923] New: Not restrictive initialization semantics

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6923 Summary: Not restrictive initialization semantics Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: minor Priority: P2

[Issue 6924] New: An alias this problem to implement a Typedef

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6924 Summary: An alias this problem to implement a Typedef Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6925] New: Thousands grouping syntax in writef?

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6925 Summary: Thousands grouping syntax in writef? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 6926] New: std.process.system return wrong exit code

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6926 Summary: std.process.system return wrong exit code Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 6927] New: Better @property management by chained functions

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6927 Summary: Better @property management by chained functions Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

[Issue 6912] const(T)[]/immutable(T)[] can be implicitly cast to inout(const(T)[])/inout(immutable(T)[])

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6912 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, rejects-valid

[Issue 6927] Better @property management by chained functions

2011-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6927 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch