Bug 22793 – importC: __import conflicts when importing multiple modules with same package
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2022-02-19T06:51:33Z
Last change time
2022-03-04T00:00:20Z
Keywords
pull
Assigned to
No Owner
Creator
duser
Comments
Comment #0 by duser — 2022-02-19T06:51:33Z
// test.c
__import core.stdc.stdlib;
__import core.stdc.string;
output with dmd v2.099.0-beta.1:
test.c(2): Error: import `test.core` conflicts with import `test.core` at test.c(1)
Comment #1 by dlang-bot — 2022-03-03T08:41:37Z
@WalterBright created dlang/dmd pull request #13747 "fix Issue 22793 - importC: __import conflicts when importing multiple…" fixing this issue:
- fix Issue 22793 - importC: __import conflicts when importing multiple modules with same package
https://github.com/dlang/dmd/pull/13747
Comment #2 by dlang-bot — 2022-03-04T00:00:20Z
dlang/dmd pull request #13747 "fix Issue 22793 - importC: __import conflicts when importing multiple…" was merged into master:
- f9b9114af669996168af668544b1aa9e8163a704 by Walter Bright:
fix Issue 22793 - importC: __import conflicts when importing multiple modules with same package
https://github.com/dlang/dmd/pull/13747