leanprover-community / leanprover-community/physlib
Bump to version: v4.32.0
Open
Nobody has claimed this yet.
- Dominant language
- Lean
- Stars
- 749
- Forks
- 189
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 75
Description
Version bump
This issue is a tracker issue for bumping Physlib to new versions of Lean.
The checklist below should be used to ensure that the bump is done correctly.
Basics
- Update mathlib rev in lakefile.toml.
- Update doc-gen4 rev in lakefile.toml.
- Remove the
.lakefile, e.g. on unix runrm -rf .lake. - Run
lake update. - Check
lean-toolchainupdates correctly. - Update the Lean version badge in the
README.mdfile.
Build
- Run
lake buildand fix any errors.
Scripts
- Ensure
lake exe lint_allruns without errors. - Ensure
lake exe TODO_to_yml mkFileruns without errors. - Ensure
lake exe stats mkHTMLruns without errors. - Ensure
lake exe informal mkFile mkDot mkHTMLruns without errors. - Ensure
lake exe make_tagruns without errors. - Remove the created files
rm ./docs/Informal.md; rm ./docs/InformalDot.dot; rm ./docs/InformalGraph.html; rm ./docs/Stats.html; rm ./docs/_data/TODO.yml.
Afterwards
- Create a tag for the new version.
- Put a bump notice on this thread.
Example past bumps
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 lakefile.toml, lean-toolchain, and README.md, then review the linked past bump pull requests for the expected version changes. Remove .lake, run lake update and lake build, and run each listed lake executable to identify compatibility fixes. Done means all checklist commands pass, generated files are removed, the new tag is created, and the bump notice is posted.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, release
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100