[Issue 6699] More cases of __error in error messages

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6699 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 6699] More cases of __error in error messages

2014-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6699 --- Comment #6 from Kenji Hara k.hara...@gmail.com --- (In reply to Don from comment #0) From the test suite fail_compilation: fail10 has duplicated error msg It's fixed in 2.066-rc1. --

[Issue 6699] More cases of __error in error messages

2014-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6699 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/def6905786701bbfe647f09ced0e30f772f5d1c1 fix Issue 6699 - More cases

[Issue 6699] More cases of __error in error messages

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

[Issue 6699] More cases of __error in error messages

2012-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6699 --- Comment #5 from github-bugzi...@puremagic.com 2012-02-17 23:06:55 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 6699] More cases of __error in error messages

2012-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6699 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6699] More cases of __error in error messages

2012-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6699 Don clugd...@yahoo.com.au changed: What|Removed |Added AssignedTo|nob...@puremagic.com|clugd...@yahoo.com.au ---

[Issue 6699] More cases of __error in error messages

2012-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6699 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||diagnostic --- Comment #2

[Issue 6699] More cases of __error in error messages

2011-09-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6699 --- Comment #1 from Don clugd...@yahoo.com.au 2011-09-21 04:00:25 PDT --- From the test suite, fail228.d int ToTypeString (T:int) () { return 1; } int ToTypeString (T:string) () { return 2; } static