Thread overview
[Issue 23545] export int a; should generate dllexport, not dllimport
Dec 10, 2022
Walter Bright
Dec 10, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
Feb 08, 2023
Dlang Bot
December 10, 2022
https://issues.dlang.org/show_bug.cgi?id=23545

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
December 10, 2022
https://issues.dlang.org/show_bug.cgi?id=23545

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 #14680 "fix Issue 23545 - export int a; should generate dllexport, not dllimport" fixing this issue:

- fix Issue 23545 - export int a; should generate dllexport, not dllimport

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23545

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
February 08, 2023
https://issues.dlang.org/show_bug.cgi?id=23545

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 #14680 "fix Issue 23545 - export int a; should generate dllexport, not dllimport" was merged into master:

- ea945fe1843aae88ddc45c82d7218f045a752110 by Walter Bright:
  fix Issue 23545 - export int a; should generate dllexport, not dllimport

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

--