[Issue 23178] New: Unknown error using alias to `__traits` evaluated as expression

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23178 Issue ID: 23178 Summary: Unknown error using alias to `__traits` evaluated as expression Product: D Version: D2 Hardware: All OS: All Status: NEW

[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 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23178] Unknown error using alias to `__traits` evaluated as expression

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

[Issue 23178] Unknown error using alias to `__traits` evaluated as expression

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

[Issue 23179] New: Unicode in symbol names in DLLs breaks MSVC linker

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23179 Issue ID: 23179 Summary: Unicode in symbol names in DLLs breaks MSVC linker Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: blocker

[Issue 23179] Unicode in symbol names in DLLs breaks MSVC linker

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23179 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- To be c

[Issue 23179] Unicode in symbol names in DLLs breaks MSVC linker

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23179 --- Comment #2 from Richard Cattermole --- After a bunch of hunting wrt. GetProcAddress, it seems Microsoft does not intend for exports to support anything other than ANSI. There are no A/W versions of this function which based upon consistency means

[Issue 23179] Unicode in symbol names in DLLs breaks MSVC linker

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

[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
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: Revert "Fix Issue 23177 - Mod

[Issue 23180] New: annotate @gshared declarations with @weak on OSX

2022-06-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23180 Issue ID: 23180 Summary: annotate @gshared declarations with @weak on OSX Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Status: NEW Severity: normal