rocq-prover / rocq-prover/stdlib
Keep All.v in topological order
Nobody has claimed this yet.
- Dominant language
- Rocq Prover
- Stars
- 42
- Forks
- 38
- Avg merge
- 14h 6m
- Merged PRs (30d)
- 3
Description
The CI should ensure that the file theories/All/All.v is kept in topological order (currently, script dev/tools/check-all.sh only checks that it contains all files but nothing about the order of the Require commands).
C.f. https://github.com/coq/stdlib/pull/105#discussion_r1952385731
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
Start with theories/All/All.v and dev/tools/check-all.sh, then read the discussion in pull request #105 linked from the issue. Determine how the existing check verifies file coverage and how Require commands can be compared with topological order. Done means CI rejects an incorrectly ordered All.v while preserving the existing coverage check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100