somewhatabstract / somewhatabstract/checksync
When running against a file, it should check the files that it links to as well
Open
@somewhatabstract is already working on this.
Since Oct 16, 2025.
enhancement
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 3
- Avg merge
- 25m
- Merged PRs (30d)
- 21
Description
If checksync is run against a.js, and a.js has a tag pointing to b.go, checksync should expand to also validate that the tags that b.go contains that point back to a.js are also correct.
This is really what folks are going to expect and this enables the use of checksync to only validate changed files, while catching sync-tags broken by those changed files.
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.