[Issue 23972] class identity check is broken

2023-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 Basile-z changed: What|Removed |Added CC||dhase...@gmail.com --- Comment #8 from Basile-z

[Issue 23972] class identity check is broken

2023-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 23972] class identity check is broken

2023-11-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 --- Comment #6 from Dlang Bot --- @dkorpel created dlang/dlang.org pull request #3726 "Fix 23972 - class identity check is broken" fixing this issue: - Fix 23972 - class identity check is broken https://github.com/dlang/dlang.org/pull/3726 --

[Issue 23972] class identity check is broken

2023-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 --- Comment #5 from Bolpat --- (In reply to Dennis from comment #4) > I think the spec is wrong (or too vague) here. The interface object has a > slightly different address than the class object, so the pointers aren't > equal. > `is` should be a

[Issue 23972] class identity check is broken

2023-10-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #4 from Dennis --- I

[Issue 23972] class identity check is broken

2023-10-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 RazvanN changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 23972] class identity check is broken

2023-10-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23972] class identity check is broken

2023-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
--- @SixthDot created dlang/dmd pull request #15696 "fix issue 23972 - class identity check is broken" fixing this issue: - fix issue 23972 - class identity check is broken insert casts to Object when interfaces are used as IdentityExp operands https://github.com/dlang/dmd/pull/15696 --

[Issue 23972] class identity check is broken

2023-06-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23972 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --