[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 --- Comment #6 from Ruby The Roobster --- (In reply to Boris Carvajal from comment #4) > (In reply to Ruby The Roobster from comment #3) > > (In reply to Boris Carvajal from comment #2) > > > Same as issue 23140, it never worked! > > > > > > >

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #5 from Dlang Bot ---

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 --- Comment #4 from Boris Carvajal --- (In reply to Ruby The Roobster from comment #3) > (In reply to Boris Carvajal from comment #2) > > Same as issue 23140, it never worked! > > > > This code actually did work as intended, 23140, unless you mean

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 --- Comment #3 from Ruby The Roobster --- (In reply to Boris Carvajal from comment #2) > Same as issue 23140, it never worked! > This code actually did work as intended, 23140, unless you mean something else which I don't understand. > ```d >

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 Boris Carvajal changed: What|Removed |Added CC||boris...@gmail.com --- Comment #2 from

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 --- Comment #1 from Ruby The Roobster --- This regression, like https://issues.dlang.org/show_bug.cgi?id=23140, has been caused by the fix for https://issues.dlang.org/show_bug.cgi?id=22515 --