RoaringBitmap / RoaringBitmap/CRoaring
Fix formatting and add a pipeline that runs the checker
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.9k
- Forks
- 334
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 17
Description
The title is self-descriptive. Many files fail the clang-format-check.sh, discouraging using clang-format.sh to keep the newer patches in shape.
Fixing is easy, a single commit per-file for easy revision, and I can do that easily.
The second part is about preventing getting to that state again. The pipeline should run clang-format-check.sh. As I'm not admin for the repo, I can only suggest it.
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
Locate clang-format-check.sh and clang-format.sh, then inspect how the repository currently runs automated checks. Format the files reported by the checker and add a pipeline step that runs clang-format-check.sh; done means the checker passes and the pipeline executes it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, shell
- Domain
- build-system, ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100