Thread overview
[Issue 23407] ImportC: function-local struct definition as part of variable declaration doesn’t shadow global definition
Dec 17, 2022
Iain Buclaw
Jan 12, 2023
Dlang Bot
Jan 12, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23407

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
January 12, 2023
https://issues.dlang.org/show_bug.cgi?id=23407

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 #14806 "fix Issue 23407 - ImportC: function-local struct definition as part o…" fixing this issue:

- fix Issue 23407 - ImportC: function-local struct definition as part of variable declaration doesn.t shadow global definition

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

--
January 12, 2023
https://issues.dlang.org/show_bug.cgi?id=23407

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 #14806 "fix Issue 23407 - ImportC: function-local struct definition as part o…" was merged into master:

- 922c7b18c88ec3f6ad864d66867eb228838e2523 by Walter Bright:
  fix Issue 23407 - ImportC: function-local struct definition as part of
variable declaration doesn.t shadow global definition

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

--