[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2017-07-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2c28cecaf5a19b60a4e06865b5dbc558043be089 fix Issue 2013 - interface to interface dynamic cast is

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c Issue 2013 -

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/60d05732370bb0d649824f3240e28d1fa9bfbe3c Post-processing

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2c28cecaf5a19b60a4e06865b5dbc558043be089 fix Issue 2013 - interface

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c Issue 2013 -

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Version|D1 (retired)|D2

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||code.via...@gmail.com ---

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #3 from Kenji Hara k.hara...@gmail.com --- The problem is in both dmd and druntime code. For the class/interface hierarchy: interface IA { ... } interface IB : IA { ... } interface IC : IB { } interface ID : IA,

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #4 from