Thread overview
[Issue 24199] ImportC: generated .di file uses struct keyword when referring to a type
Oct 28, 2023
Walter Bright
Oct 28, 2023
Dlang Bot
Oct 28, 2023
Dlang Bot
October 28, 2023
https://issues.dlang.org/show_bug.cgi?id=24199

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|ImportC: generated .di file |ImportC: generated .di file
                   |uses `struct` keyword when  |uses struct keyword when
                   |referring to a type.        |referring to a type

--
October 28, 2023
https://issues.dlang.org/show_bug.cgi?id=24199

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 #15740 "fix Issue 24199 - ImportC: generated .di file uses struct keyword whe…" fixing this issue:

- fix Issue 24199 - ImportC: generated .di file uses struct keyword when referring to a type

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

--
October 28, 2023
https://issues.dlang.org/show_bug.cgi?id=24199

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 #15740 "fix Issue 24199 - ImportC: generated .di file uses struct keyword whe…" was merged into master:

- a61604563a33dffd3428342686e8803bb467b198 by Walter Bright:
  fix Issue 24199 - ImportC: generated .di file uses struct keyword when
referring to a type

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

--