Closed tobiasgrosser closed 4 days ago
changelog-library
@kim-em, adding changelog-library
via PR comment works, but the CI must be re-triggered via a git push -f
or sth similar, but the relevant CI task does not re-check automatically as the comment is added.
Mathlib CI status (docs):
nightly-with-mathlib
branch. Try git rebase 9cf83706e743debb47f3b1a48e1b92210c1c0720 --onto 7fbe8e3b36faabc9cfcc45e65a4b7ef042c0b068
. (2024-11-21 10:10:53)@kim-em, adding
changelog-library
via PR comment works, but the CI must be re-triggered via agit push -f
or sth similar, but the relevant CI task does not re-check automatically as the comment is added.
Thanks for the report, I'll check it out. Strangely, adding the label by hand does automatically trigger CI again.
This PR completes the elementwise accessors for
ofNatLt
,allOnes
, andnot
by adding their implementations ofgetMsbD
.