[Issue 24127] ImportC - no way to organize files
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Feb 9 19:20:15 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24127
Chance Snow <git at chancesnow.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git at chancesnow.me
--- Comment #3 from Chance Snow <git at chancesnow.me> ---
I'm experiencing this issue across Dub libraries. I maintain multiple libraries
that had used the same name for C modules, e.g. "bindings.c". The compiler
complains about module conflicts when an application depends on both libraries.
I am forced to workaround this issue by manually namespacing my C modules, e.g.
"wgpu_bindings.c".
--
More information about the Digitalmars-d-bugs
mailing list