Thread overview
[Issue 24110] [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)
Aug 25, 2023
kinke
Sep 05, 2023
Dlang Bot
Sep 05, 2023
Dlang Bot
Sep 07, 2023
Dlang Bot
Sep 16, 2023
Dlang Bot
August 25, 2023
https://issues.dlang.org/show_bug.cgi?id=24110

--- Comment #1 from kinke <kinke@gmx.net> ---
FWIW, a similar inconsistency with a floating-point `opCmp` result of the array elements (the same v2.104 regression wrt. `__traits(compiles)`) was fixed in D v2.105 by fixing the array comparison; see https://github.com/ldc-developers/ldc/pull/4475 for details.

--
September 05, 2023
https://issues.dlang.org/show_bug.cgi?id=24110

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #15575 "Fix Issue 24110 - [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)" fixing this issue:

- Fix Issue 24110 - [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)

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

--
September 05, 2023
https://issues.dlang.org/show_bug.cgi?id=24110

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #15576 "Fix Issue 24110 - [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles) " fixing this issue:

- Fix Issue 24110 - [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)

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

--
September 07, 2023
https://issues.dlang.org/show_bug.cgi?id=24110

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15575 "Fix Issue 24110 - [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)" was merged into stable:

- 7a10bd62ea695c8f53336dcd3393b9fc1432e5e3 by RazvanN7:
  Fix Issue 24110 - [REG2.104] Array comparison lowering apparently not handled
properly in __traits(compiles)

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

--
September 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24110

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15609 "merge stable" was merged into master:

- c9d1581f5505547fd70865ec145f915176dac022 by Razvan Nitu:
  Fix Issue 24110 - [REG2.104] Array comparison lowering apparently not handled
properly in __traits(compiles) (#15575)

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

--