Thread overview
[Issue 22312] importC: redundant typedefs are rejected
Sep 19, 2021
Walter Bright
Sep 27, 2021
Dlang Bot
Sep 27, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 18, 2021
https://issues.dlang.org/show_bug.cgi?id=22312

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid

--
September 19, 2021
https://issues.dlang.org/show_bug.cgi?id=22312

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22263

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
This is going to have to wait until

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

gets pulled, as the fix will build on that.

--
September 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22312

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13102 "fix Issue 22312 - importC: redundant typedefs are rejected" fixing this issue:

- fix Issue 22312 - importC: redundant typedefs are rejected

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

--
September 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22312

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 #13102 "fix Issue 22312 - importC: redundant typedefs are rejected" was merged into stable:

- a28277c4ee41bb9fcf8125ea07ead97728722e5b by Walter Bright:
  fix Issue 22312 - importC: redundant typedefs are rejected

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

--
September 30, 2021
https://issues.dlang.org/show_bug.cgi?id=22312

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13108 "merge stable" was merged into master:

- e63066f0e5bc5828a77fe4e3ea58269f56d9c4e9 by Walter Bright:
  fix Issue 22312 - importC: redundant typedefs are rejected (#13102)

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

--