Thread overview
[Issue 24504] ImportC: Enum declarations with a mixture of `int` and `uint` literal values cause errors, when targeting Windows, when debug info generation is enabled.
Jun 02
Dlang Bot
Jun 02
Dlang Bot
April 15
https://issues.dlang.org/show_bug.cgi?id=24504

--- Comment #1 from Harry Gillanders <contact@harrygillanders.com> ---
dlang-bot doesn't seem to be picking it up—there's a PR up at https://github.com/dlang/dmd/pull/16385

--
June 02
https://issues.dlang.org/show_bug.cgi?id=24504

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #16553 "merge stable" fixing this issue:

- Fix Bugzilla Issue 24504 - ImportC: Enum declarations with a mixture of int and uint literal values cause errors, when targeting Windows, when debug info generation is enabled. (#16385)

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

--
June 02
https://issues.dlang.org/show_bug.cgi?id=24504

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 #16553 "merge stable" was merged into master:

- f053ab07d02bfd93c0f77fdc7a1919eabc6a1057 by Harry Gillanders:
  Fix Bugzilla Issue 24504 - ImportC: Enum declarations with a mixture of int
and uint literal values cause errors, when targeting Windows, when debug info
generation is enabled. (#16385)

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

--