[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2021-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22136 Paul Backus changed: What|Removed |Added CC||snarwin+bugzi...@gmail.com Summary|

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2021-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22136 Tejas_Garhewal changed: What|Removed |Added CC||scientic...@gmail.com --- Comment #1 from T

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2021-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22136 Eduard Staniloiu changed: What|Removed |Added CC||edi33...@gmail.com Assignee|nob

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2021-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22136 --- Comment #2 from Eduard Staniloiu --- I did some digging on this, and the bug actually stems from the following issue ``` interface IObject { size_t toHash() @trusted nothrow; } interface Dummy {} interface Bug(E) : Dummy, IObject {}

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2021-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
--- @edi33416 created dlang/dmd pull request #13404 "Fix Issue 22136 - [REG 2.097.1] hashOf failed to compile because of d…" fixing this issue: - Fix Issue 22136 - [REG 2.097.1] hashOf failed to compile because of different inheritance order https://github.com/dlang/dmd/pull/13404 --

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2021-12-21 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #4 from Dlang Bot --- dlang/dmd pull request #13404 "Fix Issue 22136 - [REG 2.097.1] hashOf failed to compile because of d…" was merged into stable: - 289394fab4695d3f601767ea004f9c1737880395 by Eduard Staniloiu: Fix Issue 22136 - [REG 2.097.1] hashOf

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2022-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
ihara: Revert "Fix Issue 22136 - [REG 2.097.1] hashOf failed to compile because of different inheritance order (#13404)" This reverts commit 646ec178ffa13cf596026dae4217fdad27ad777c. https://github.com/dlang/dmd/pull/13745 --

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22136 --- Comment #6 from Dlang Bot --- dlang/dmd pull request #13785 "merge stable" was merged into master: - da491b8ada5f557a222c369f7f1bb481ca10880e by Nathan Sashihara: Revert "Fix Issue 22136 - [REG 2.097.1] hashOf failed to com