[Issue 7084] New: Missing writeln Unicode normalization

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7084 Summary: Missing writeln Unicode normalization Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7085] New: std.algorithm.reverse() problem with Unicode dchar[]

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7085 Summary: std.algorithm.reverse() problem with Unicode dchar[] Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7079] BigInt bool assign

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7079 --- Comment #3 from Don clugd...@yahoo.com.au 2011-12-09 01:34:20 PST --- (In reply to comment #2) (In reply to comment #1) I don't think: int x = true; should compile. That looks like a bug to me (a relic of 'bit'). The 'bit'

[Issue 7047] alias error in struct only for dmd1

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7047 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7085] std.algorithm.reverse() problem with Unicode dchar[]

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

[Issue 7070] can't assign null to Variant

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7070 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-12-09 02:51:56 PST --- 2.057head changes the type of null literal from void* to typeof(null). But std.variant yet not support it. Workaround: import std.variant; void main() {

[Issue 7079] BigInt bool assign

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7079 --- Comment #4 from bearophile_h...@eml.cc 2011-12-09 03:13:08 PST --- (In reply to comment #3) In languages as Java and Pascal boolean values and integer values are two very distinct types. In languages like C/C++/D/Python boolean is a

[Issue 7086] New: Specialized in-place reverse() for char[]/wchar[]

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7086 Summary: Specialized in-place reverse() for char[]/wchar[] Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 7086] Specialized in-place reverse() for char[]/wchar[]

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

[Issue 2936] std.regex.match() short string optimization

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2936 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5620] Implicit conversion of RegexMatch to bool

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5620 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7045] AssertError in std.regex on line 1573

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7045 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5712] [patch] std.regex.replace disallows w/dstring

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5712 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7087] New: Produce compiler diagnostic when escaping slice to local static array

2011-12-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7087 Summary: Produce compiler diagnostic when escaping slice to local static array Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW

[Issue 7070] can't assign null to Variant

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