Thread overview
[Issue 23217] ImportC: extra initializer(s) error for array of structs
Jun 29, 2022
Walter Bright
Jun 30, 2022
Dlang Bot
Jun 30, 2022
Dlang Bot
June 29, 2022
https://issues.dlang.org/show_bug.cgi?id=23217

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22610

--
June 30, 2022
https://issues.dlang.org/show_bug.cgi?id=23217

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 #14258 "fix Issue 23217 - ImportC: extra initializer(s) error for array of st…" fixing this issue:

- fix Issue 23217 - ImportC: extra initializer(s) error for array of structs

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

--
June 30, 2022
https://issues.dlang.org/show_bug.cgi?id=23217

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 #14258 "fix Issue 23217 - ImportC: extra initializer(s) error for array of st…" was merged into master:

- a0e1e5c4162c11da46b4119e3d45a40314f6a6db by Walter Bright:
  fix Issue 23217 - ImportC: extra initializer(s) error for array of structs

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

--