RustPython / RustPython/Parser
Give proper location for JoinedStr children
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 117
- Forks
- 38
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 1
Description
tracking issue for https://github.com/python/cpython/issues/81639
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
Begin by reading the linked CPython issue 81639 to determine the required locations for JoinedStr children, then inspect the RustPython Parser entry points that construct JoinedStr nodes. Done means child locations match the clarified behavior from the referenced issue, with parser coverage added or updated where the project supports it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100