Thread overview
[Issue 22339] importC: error message with character literal reports as integer instead of character literal.
Feb 10, 2022
Dlang Bot
Feb 10, 2022
Dlang Bot
September 28, 2021
https://issues.dlang.org/show_bug.cgi?id=22339

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic, ImportC

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13635 "fix Issue 22339 - importC: error message with character literal repor…" fixing this issue:

- fix Issue 22339 - importC: error message with character literal reports as integer instead of character literal

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

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

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 #13635 "fix Issue 22339 - importC: error message with character literal repor…" was merged into master:

- e0e13493ee81c43091c42a2e3827e43c8b24a2a3 by Walter Bright:
  fix Issue 22339 - importC: error message with character literal reports as
integer instead of character literal

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

--