https://issues.dlang.org/show_bug.cgi?id=24127
Chance Snow <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Chance Snow <[email protected]> --- 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". --
