[FEA] Add CI checker for ABI stability
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 854
- Forks
- 236
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 62
Description
This should be an optionl checker (that is, it shouldn't block a PR from being merged), but it should provide a strong warning that will be immiedately visible to the author and reviewers of PRs, alerting them that their changes break ABI compatilibility against what is currently in main.
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
The issue names no files, tests, or CI platform. Start by locating the repository's existing CI configuration and any ABI or compatibility checks, then determine how main is used as the comparison baseline. Done means an optional, non-blocking check that gives an immediately visible warning when a PR breaks ABI compatibility.
Written by the indexing model from the issue text.
Assessment
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100