Add --repair flag
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 23
- Forks
- 9
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 4
Description
Right now prx tries to repair RNIEX files with gfzrnx - if it is not found on the users PATH, we just skip the repair. This leads to input/output behaviour that depends on the user's environment. We can fix this situation by adding a --repair flag: if provided, prx fails if gfzrnx is not present - if not provided it does not attempt to repair the input files.
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
The issue names no files or tests; start by locating prx's CLI argument handling and the existing gfzrnx repair path. Verify that --repair requires gfzrnx and fails when it is unavailable, while the default path does not attempt repair, then run the relevant CLI or input-processing tests if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100