Thread overview
[Issue 22428] importC: static variables/functions emit global symbols
Nov 19, 2021
Walter Bright
Nov 19, 2021
Dlang Bot
Nov 19, 2021
Walter Bright
Nov 19, 2021
Dlang Bot
Dec 14, 2021
Dlang Bot
Apr 02, 2023
Walter Bright
November 19, 2021
https://issues.dlang.org/show_bug.cgi?id=22428

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC
                 CC|                            |bugzilla@digitalmars.com

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

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 #13322 "fix Issue 22428 - importC: static variables/functions emit global sym…" fixing this issue:

- fix Issue 22428 - importC: static variables/functions emit global symbols

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

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Fix for static functions: https://github.com/dlang/dmd/pull/13304

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

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 #13322 "fix Issue 22428 - importC: static variables/functions emit global sym…" was merged into stable:

- 68dde7735b02d962b29ad470a42d0fd32e2346b4 by Walter Bright:
  fix Issue 22428 - importC: static variables/functions emit global symbols

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

--
December 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22428

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

- b0f76aaa1e8cacbb2c64f9ad80805f8ea3a1d9de by Walter Bright:
  fix Issue 22428 - importC: static variables/functions emit global symbols

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

--
April 02, 2023
https://issues.dlang.org/show_bug.cgi?id=22428

Walter Bright <bugzilla@digitalmars.com> changed:

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

--