Thread overview
[Issue 20627] Module ctors / dtors should always have D linkage
Mar 03, 2020
Dlang Bot
Mar 05, 2020
Dlang Bot
Mar 05, 2020
Dlang Bot
March 03, 2020
https://issues.dlang.org/show_bug.cgi?id=20627

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #10858 "Fix issue 20627: Module ctors / dtors should always have D linkage" fixing this issue:

- Fix issue 20627: Module ctors / dtors should always have D linkage

  See the changelog for the rationale of this change (or the issue).

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

--
March 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20627

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 updated dlang/dmd pull request #10834 "Fix issue 20607 - Module constructors are visible as regular function" fixing this issue:

- Fix issue 20627: Module ctors / dtors should always have D linkage

  See the changelog for the rationale of this change (or the issue).

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

--
March 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20627

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 #10858 "Fix issue 20627: Module ctors / dtors should always have D linkage" was merged into master:

- 786fdf10317b25ed5b85ae07e918dc5627b7ab27 by Geod24:
  Fix issue 20627: Module ctors / dtors should always have D linkage

  See the changelog for the rationale of this change (or the issue).

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

--