Namespaces: final work to hierarchize cxxbridge internal mod
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
After #76 we will still have a bit more namespace work to do. The final output structure should be correct, but within our internal `cxxbridge` mod we'll still have a flat structure. That means we won't allow input where there are identically-named symbols in different namespaces.
To finally fix that, we need to do the `mod` parts of https://github.com/dtolnay/cxx/issues/353 and then reflect in autocxx.
Contributor guide
Research direction
Start by reading the `mod` portions of issue #353 and the namespace changes from #76. Trace how autocxx generates its internal `cxxbridge` module and verify that nested namespaces are represented there, including identically named symbols from different namespaces. Done means the internal structure is hierarchical and the requested namespace inputs are accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- compilers, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100