redstarbird / redstarbird/arrowpack
Add caching support
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1
- Forks
- 1
- Avg merge
- 3m
- Merged PRs (30d)
- 7
Description
Add support for caching files and detecting which files have been changed since a previous build so that files that it will only rebuild files that need to be rebuilt (similar to snowpack). If there is a git file in the project, this could perhaps be used to accurately track changes (or git-like file tracking could be built into arrowpack).
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.
Research direction
No files, tests, or entry points are named. Start by surveying the build pipeline and how it currently identifies input files, then determine how caching and change tracking should integrate with it. Done means unchanged files are skipped while changed files rebuild reliably, with coverage for the chosen tracking approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100