Thread overview
[Issue 22263] ImportC: function and variable re-declarations should be allowed
[Issue 22263] importC Error: 'fun' called with argument types '(int)' matches both: 'fun(int)' and 'fun(int);
Sep 01, 2021
Iain Buclaw
Sep 18, 2021
Walter Bright
Sep 18, 2021
Walter Bright
Sep 18, 2021
Dlang Bot
Sep 18, 2021
Walter Bright
Sep 19, 2021
Walter Bright
Sep 24, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 01, 2021
https://issues.dlang.org/show_bug.cgi?id=22263

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|importC Error: 'fun' called |ImportC: function and
                   |with argument types '(int)' |variable re-declarations
                   |matches both: 'fun(int)'    |should be allowed
                   |and 'fun(int);              |

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

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 #13085 "fix Issue 22263 - ImportC: function and variable re-declarations shou…" fixing this issue:

- fix Issue 22263 - ImportC: function and variable re-declarations should be allowed

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

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 #13085 "fix Issue 22263 - ImportC: function and variable re-declarations shou…" was merged into stable:

- 72846e0363d24abaf05a526d96e797dee5bca474 by Walter Bright:
  fix Issue 22263 - ImportC: function and variable re-declarations should be
allowed

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

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

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

- 16a2df0b3501642f62ab1f17ce142adbe331f549 by Walter Bright:
  fix Issue 22263 - ImportC: function and variable re-declarations should be
allowed (#13085)

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

--