Thread overview
[Issue 21962] importC: Empty enums are accepted as valid code
May 24, 2021
Iain Buclaw
May 24, 2021
Dlang Bot
May 25, 2021
Dlang Bot
May 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21962

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, ImportC
                 CC|                            |ibuclaw@gdcproject.org

--
May 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21962

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12576 "fix Issue 21962 - importC: Empty enums are accepted as valid code" fixing this issue:

- fix Issue 21962 - importC: Empty enums are accepted as valid code

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

--
May 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21962

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 #12576 "fix Issue 21962 - importC: Empty enums are accepted as valid code" was merged into master:

- 5c85929d7df8bd2e1e49bee8e3a61f70b220f7ba by Iain Buclaw:
  fix Issue 21962 - importC: Empty enums are accepted as valid code

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

--