Iterator work overview
Open
@joshtrichards is already working on this.
Since Apr 22, 2024.
2. developing
bug
enhancement
feature: backups
feature: deletion
overview
- Dominant language
- PHP
- Stars
- 51
- Forks
- 40
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 3
Description
Bugs
- #158
- Only impacts certain environments.
Suspected to be same root cause:
The below are likely related to #158 (which can be confirmed once a solution is developed).
core/shipped.jsondisappearing from prior updates leading to failures on the next update- #131
- #222
- #434
- Other previously mysterious
deleteOldFiles()situations- #249
- Likely some of the previously mysterious
createBackup()situations
Fixes/PRs:
- #515 targeting #158
- Note: reverted in #518 due to #517
- a new solution is required 😞
Enhancements
- #507
- #397
The above are performance matters that impact all environments. The solution required for both of the above will in all likelihood be the same.
Fixes/PRs:
- #516 (WIP/draft)
Cc: @caco3, @Altahrim, @blizzz, @kesselb, @come-nc
Contributor guide
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.
Assessment
This issue has not been assessed yet.