Translation unit name collision
Open
area:compiler
good-first-issue
kind:bug
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
After #341, we now have a potential for name collision between different translation units. Consider two files called `a/x.c` and `b/x.c`: if both use statics, then two container types named `x` will be generated.
We should think about resolving this somehow.
Contributor guide
Assessment
This issue has not been assessed yet.