robotpy / robotpy/cxxheaderparser
Cannot parse class constructor instantiations with string parameters
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 153
- Forks
- 30
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 1
Description
ClassType className("string param");
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Use the reported C++ snippet as the reproduction case and trace the parser's handling of class constructor instantiations with string parameters. Done means the declaration parses successfully instead of failing on the quoted argument; add or run a regression check if the project provides a parser test entry point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100