Thread overview
[Issue 22841] importC: Error: variable 'var' is shadowing variable 'var'
Mar 03, 2022
Iain Buclaw
Mar 03, 2022
Dlang Bot
Mar 03, 2022
Iain Buclaw
Mar 03, 2022
Dlang Bot
March 03, 2022
https://issues.dlang.org/show_bug.cgi?id=22841

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
March 03, 2022
https://issues.dlang.org/show_bug.cgi?id=22841

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 #13750 "fix Issue 22841 - importC: Error: variable 'var' is shadowing variable 'var'" fixing this issue:

- fix Issue 22841 - importC: Error: variable 'var' is shadowing variable 'var'

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

--
March 03, 2022
https://issues.dlang.org/show_bug.cgi?id=22841

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
March 03, 2022
https://issues.dlang.org/show_bug.cgi?id=22841

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 #13750 "fix Issue 22841 - importC: Error: variable 'var' is shadowing variable 'var'" was merged into master:

- 2544758390e0f7598ac4bc1a1b1d382d790da49b by Iain Buclaw:
  fix Issue 22841 - importC: Error: variable 'var' is shadowing variable 'var'

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

--