leanprover-community / leanprover-community/physlib
Bump to version: v4.34.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, following the checklist to update the mathlib and doc-gen4 revisions and regenerate the environment with lake update. Run lake build and each listed lake executable to identify and fix compatibility errors. Done means all checks 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
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100