Thread overview
[Issue 23674] incompatible types for array comparison: string and string
Feb 08, 2023
RazvanN
Feb 08, 2023
Dlang Bot
Feb 10, 2023
Dlang Bot
Feb 13, 2023
Dlang Bot
February 08, 2023
https://issues.dlang.org/show_bug.cgi?id=23674

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |regression

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
This is a 2.094 regression.

--
February 08, 2023
https://issues.dlang.org/show_bug.cgi?id=23674

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 #14868 "Fix Issue 23674 - incompatible types for array comparison: string and string" fixing this issue:

- Fix Issue 23674 - incompatible types for array comparison: string and string

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

--
February 10, 2023
https://issues.dlang.org/show_bug.cgi?id=23674

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14868 "Fix Issue 23674 - incompatible types for array comparison: string and string" was merged into stable:

- 3c6913212806e73738e8d26d44ac92c26f70287b by RazvanN7:
  Fix Issue 23674 - incompatible types for array comparison: string and string

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

--
February 13, 2023
https://issues.dlang.org/show_bug.cgi?id=23674

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

- 4463cfd129a480c0d758276db10135acb0c55e28 by Razvan Nitu:
  Fix Issue 23674 - incompatible types for array comparison: string and string
(#14868)

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

--