[Issue 22717] object.TypeInfo_Struct.equals swaps lhs and rhs parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 2 13:08:17 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=22717

--- Comment #5 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #13593 "Fix Issue 22717 - TypeInfo_Struct.equals swaps
lhs and rhs parameters" was merged into master:

- 58c3cc6b2c273101201854336a30d21b920c7405 by Martin Kinkelin:
  Fix Issue 22717 - TypeInfo_Struct.equals swaps lhs and rhs parameters

  Leading to a swapped `rhs.opEquals(lhs)` check *if* the opEquals
  method took its parameter by ref.

https://github.com/dlang/dmd/pull/13593

--


More information about the Digitalmars-d-bugs mailing list