You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,13 @@ Batteries PRs often affect Mathlib, a key component of the Lean ecosystem.
75
75
When Batteries changes in a significant way, Mathlib must adapt promptly.
76
76
When necessary, Batteries contributors are expected to either create an adaptation PR on Mathlib, or ask for assistance for and to collaborate with this necessary process.
77
77
78
-
Every Batteries PR has an automatically created Mathlib branch called `batteries-pr-testing-N` where `N` is the number of the Batteries PR.
78
+
Every Batteries PR has an automatically created [Mathlib Nightly Testing](https://github.com/leanprover-community/mathlib4-nightly-testing/) branch called `batteries-pr-testing-N` where `N` is the number of the Batteries PR.
79
79
This is a clone of Mathlib where the Batteries requirement points to the Batteries PR branch instead of the main branch.
80
80
Batteries uses this branch to check whether the Batteries PR needs Mathlib adaptations.
81
81
A tag `builds-mathlib` will be issued when this branch needs no adaptation; a tag `breaks-mathlib` will be issued when the branch does need an adaptation.
82
82
83
83
The first step in creating an adaptation PR is to switch to the `batteries-pr-testing-N` branch and push changes to that branch until the Mathlib CI process works.
84
+
You may need to ask for write access to [Mathlib Nightly Testing](https://github.com/leanprover-community/mathlib4-nightly-testing/) to do that.
84
85
Changes to the Batteries PR will be integrated automatically as you work on this process.
85
86
Do not redirect the Batteries requirement to main until the Batteries PR is merged.
86
87
Please ask questions to Batteries and Mathlib maintainers if you run into issues with this process.
0 commit comments