[Issue 23177] ModuleInfo is not exported on Windows

2023-06-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 Walter Bright changed: What|Removed |Added Keywords||dll --- Comment #12 from Walter Bright ---

[Issue 23177] ModuleInfo is not exported on Windows

2023-06-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23177] ModuleInfo is not exported on Windows

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 --- Comment #11 from Richard Cattermole --- (In reply to Walter Bright from comment #10) > The ModuleInfo is necessary for static construction. For a DLL, the static > construction is handled by DllMain. If the ModuleInfo is exported, the user > of

[Issue 23177] ModuleInfo is not exported on Windows

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #10

[Issue 23177] ModuleInfo is not exported on Windows

2022-11-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 --- Comment #9 from Dlang Bot --- @rikkimax created dlang/dmd pull request #14647 "Fix issue 23177 - ModuleInfo is not exported on Windows" fixing this issue: - Fix issue 23177 - ModuleInfo is not exported on Windows https://github.com

[Issue 23177] ModuleInfo is not exported on Windows

2022-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 Richard Cattermole changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 23177] ModuleInfo is not exported on Windows

2022-07-09 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #8 from Dlang Bot --- dlang/dmd pull request #14280 "merge stable" was merged into master: - 2aabe864da7c95ea8eb8abbca7c4f0b1dcfe55ae by richard andrew cattermole: Fix Issue 23177 - ModuleInfo is not exported on Windows - 4ee3ac43f5235d3798c0c0cd9f317f

[Issue 23177] ModuleInfo is not exported on Windows

2022-07-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 --- Comment #7 from Dlang Bot --- @ibuclaw created dlang/dmd pull request #14280 "merge stable" fixing this issue: - Fix Issue 23177 - ModuleInfo is not exported on Windows - Revert "Fix Issue 23177 - ModuleInfo is not expo

[Issue 23177] ModuleInfo is not exported on Windows

2022-06-17 Thread d-bugmail--- via Digitalmars-d-bugs
t exported on Windows - Revert "Fix Issue 23177 - ModuleInfo is not exported on Windows" This reverts commit 2aabe864da7c95ea8eb8abbca7c4f0b1dcfe55ae. https://github.com/dlang/dmd/pull/14226 --

[Issue 23177] ModuleInfo is not exported on Windows

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #14206 "Revert "Fix Issue 23177 - ModuleInfo is not exported on Windows"" was merged into stable: - aa10936019c4b68ffef39fff6af605e067f0e9e2 by Martin Kinkelin: Rev

[Issue 23177] ModuleInfo is not exported on Windows

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 Richard Cattermole changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 23177] ModuleInfo is not exported on Windows

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14200 "Fix Issue 23177 - ModuleInfo is not exported on Windows" was merged into stable: - 6b93e00b535fc020794c50010e1b9040fa6e2476 by richard andrew cattermole: Fix Issue 23177 - ModuleInfo is not exported

[Issue 23177] ModuleInfo is not exported on Windows

2022-06-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 --- Comment #2 from Richard Cattermole --- It was indeed as simple as adding: ```d objmod.export_symbol(m.csym, 0); ``` to ``genModuleInfo``. However I ran into a lot of issues in the test suite (mostly fixable, since it just needed to know about

[Issue 23177] ModuleInfo is not exported on Windows

2022-06-11 Thread d-bugmail--- via Digitalmars-d-bugs
--- @rikkimax updated dlang/dmd pull request #14200 "Fix Issue 23177 - ModuleInfo is not exported on Windows" fixing this issue: - Fix issue 23177 https://github.com/dlang/dmd/pull/14200 --