There are a few remaining places using stage_raw_{put,delete}() in the codebase
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
This is not a big deal as all the occurrences I found are in migrate7to8.py.
https://github.com/lbryio/hub/search?q=stage_raw_delete
https://github.com/lbryio/hub/search?q=stage_raw_put
This came to my attention because the lbry-sdk tests need some work due to the rename stage_put -> stash_put.
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
Inspect migrate7to8.py and the linked searches for stage_raw_delete and stage_raw_put to identify every remaining occurrence. Confirm the intended renamed API from the issue context, then update those references so the migration file contains no remaining uses of the old stage_raw names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100