Thread overview
[Issue 23767] ImportC: ternary with null constant has wrong pointer type
Mar 10, 2023
Dlang Bot
Mar 13, 2023
Dlang Bot
Mar 16, 2023
Dlang Bot
March 10, 2023
https://issues.dlang.org/show_bug.cgi?id=23767

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14980 "Fix 23767 - ImportC: ternary with null constant has wrong pointer type" fixing this issue:

- Fix 23767 - ImportC: ternary with null constant has wrong pointer type

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

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14980 "Fix 23767 - ImportC: ternary with null constant has wrong pointer type" was merged into stable:

- b124cf909e55cb6415801485783edfec07344b00 by Dennis Korpel:
  Fix 23767 - ImportC: ternary with null constant has wrong pointer type

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

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

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

- fc3517e7a05c3086df714b5048ee0ea73d9084eb by Dennis:
  Fix 23767 - ImportC: ternary with null constant has wrong pointer type
(#14980)

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

--