[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
https://issues.dlang.org/show_bug.cgi?id=23177 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot ---

[Issue 23177] New: 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 Issue ID: 23177 Summary: ModuleInfo is not exported on Windows Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: blocker

[Issue 17822] [betterC] Do not emit reference to TypeInfo_Class for C++ or COM classes

2022-06-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17822 Richard Cattermole changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7432] DMD allows variables to be declared as pure

2022-06-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7432 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #20 from Dlang Bot ---

[Issue 22626] Can't use synchronized member functions with -nosharedaccess

2022-06-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22626 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---