Thread overview
[Issue 23214] ImportC: typedef with unsigned types does not compile
[Issue 23214] ImportC: typedef with unsigned types doesn't compile
Jun 26, 2022
ryuukk_
Jul 07, 2022
Walter Bright
Jul 07, 2022
Dlang Bot
Jul 07, 2022
Dlang Bot
June 26, 2022
https://issues.dlang.org/show_bug.cgi?id=23214

ryuukk_ <ryuukk.dev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC

--
July 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23214

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|ImportC: typedef with       |ImportC: typedef with
                   |unsigned types doesn't      |unsigned types does not
                   |compile                     |compile

--
July 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23214

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 #14273 "fix Issue 23214 - ImportC: typedef with unsigned types does not compile" fixing this issue:

- fix Issue 23214 - ImportC: typedef with unsigned types does not compile

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

--
July 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23214

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 #14273 "fix Issue 23214 - ImportC: typedef with unsigned types does not compile" was merged into master:

- 39cdf6518daba4266eef2611b4bad8825cbde86a by Walter Bright:
  fix Issue 23214 - ImportC: typedef with unsigned types does not compile

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

--