[Issue 23850] Differentiate between a module that is in binary vs outside of binary when including -I

2023-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23850 --- Comment #4 from Richard Cattermole --- I have unfortunately hit a problem with LDC. There was a type declared in a -betterC DLL, this type had its __initZ symbol exported. It was referenced by a TypeInfo generated for an executable that depended

[Issue 23850] Differentiate between a module that is in binary vs outside of binary when including -I

2023-06-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23850 --- Comment #3 from Walter Bright --- Please add the 'dll' keyword when creating an issue about dlls. --

[Issue 23850] Differentiate between a module that is in binary vs outside of binary when including -I

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

[Issue 23850] Differentiate between a module that is in binary vs outside of binary when including -I

2023-04-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23850 --- Comment #2 from Richard Cattermole --- Am I right to understand the core problem you are describing @kinke is duplicate symbols? If so, I am not sure how any exporting attributes could fix this scenario when you are duplicatiing including

[Issue 23850] Differentiate between a module that is in binary vs outside of binary when including -I

2023-04-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23850 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke ---