[Issue 7681] New: Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7681 Summary: Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Seve

[Issue 3827] automatic joining of adjacent strings is bad

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3827 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 3827] automatic joining of adjacent strings is bad

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3827 --- Comment #26 from bearophile_h...@eml.cc 2012-03-10 17:31:34 PST --- An example of the problems this avoids:http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=22649 Andrej Mitrovic: > I see you are

[Issue 7648] Can't open file (Windows UTF8)

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7648 Martin Krejcirik changed: What|Removed |Added CC||m...@krej.cz --- Comment #1 from Ma

[Issue 7592] Conversion from ireal to ifloat broken when using xmm

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7592 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7680] New: template specialization bug

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7680 Summary: template specialization bug Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 7592] Conversion from ireal to ifloat broken when using xmm

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7592 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-10 12:05:40 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5502fd412e4a854cbd35fbd9b51ad98e406d5b6

[Issue 7592] Conversion from ireal to ifloat broken when using xmm

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7592 --- Comment #3 from github-bugzi...@puremagic.com 2012-03-10 12:05:47 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b134e40437b5313cf021fcb8e27c6e3007d8ef67

[Issue 7641] std.typecons.Proxy incorrectly allows implicit conversion to class

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7641 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7679] New: std.regex.split and splitter don't work w/ ctRegex

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7679 Summary: std.regex.split and splitter don't work w/ ctRegex Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7543] inout opApply should work properly

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7543 --- Comment #15 from Stewart Gordon 2012-03-10 04:00:38 PST --- (In reply to comment #10) > Even if the assert fails, it's going to be way *way* too confusing > to have two types that are identical in syntax be actually different types > under

[Issue 7543] inout opApply should work properly

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7543 --- Comment #14 from Stewart Gordon 2012-03-10 03:45:21 PST --- (In reply to comment #10) > void foo(inout(int)* x, inout(int)* delegate(inout(int)* x) dg) > { >inout(int)* bar(inout(int)* m) { return m;} >auto dg2 = &bar; >assert(t

[Issue 7641] std.typecons.Proxy incorrectly allows implicit conversion to class

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7641 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-10 00:45:06 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/368d966cb0efd1b326d9ac6a5879f96864f92416

[Issue 7678] Add -cflags switch for DMD that allows passing flags to GCC or ${CC}

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7678 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[Issue 7110] opSlice() & opIndex functions works unstable as template arguments

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7110 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED CC|