Thread overview
[Issue 22060] importC: Multiple forward declarations result in error struct conflicts with struct
Jun 21, 2021
Iain Buclaw
Jun 21, 2021
Dlang Bot
Jun 21, 2021
Dlang Bot
June 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22060

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

--
June 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22060

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 #12723 "fix Issue 21932, 22060 - importC: Multiple forward declarations result in error struct conflicts with struct" fixing this issue:

- fix Issue 22060 - importC: Multiple forward declarations result in error struct conflicts with struct

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

--
June 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22060

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 #12723 "fix Issue 22060 - importC: Multiple forward declarations result in error struct conflicts with struct" was merged into master:

- a1b715a5dd97004595bd7b2d5a8049e8ba85d438 by Iain Buclaw:
  fix Issue 22060 - importC: Multiple forward declarations result in error
struct conflicts with struct

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

--