-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decapitalize filenames of files in PREP doc #36892
base: develop
Are you sure you want to change the base?
Conversation
c29d08e
to
e2e0f8d
Compare
fd716ef
to
c947d03
Compare
…removed Fixes sagemath#36887. Tested with sagemath#36892 and sagemath#36885. <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> - sagemath#36871 <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36888 Reported by: Kwankyu Lee Reviewer(s):
c947d03
to
97937a8
Compare
Documentation preview for this PR (built with commit 97937a8; changes) is ready! 🎉 |
97937a8
to
45c9baa
Compare
7a81148
to
eaf8933
Compare
@mkoeppe I need some help. This PR works well locally. But here html doc build fails. This failure seems not genuine to me. Rather this seems to show certain failure of git or our workflow to properly deal with renamed files. Do you see how to overcome this? Thank you in advance. |
eaf8933
to
44e71c1
Compare
Yes, I'm aware of this issue, it's also a big problem for the "CI Linux Incremental" runs. I hope to fix it this week. |
…Uninstall/build changed packages; Linux Incremental: Update platforms <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Fixes handling of deletions/renames - https://groups.google.com/g/sage-devel/c/tw6J8vU7IY0/m/IZxuGW8gBQAJ - sagemath#36892 (comment) When changes to packages are made, "CI Build&Test" now uses the same logic as "CI Linux Incremental" for determining what SPKGs to uninstall (so that spkg-configure.m4 is re-run) and what optional SPKGs to install. We update the platforms of "CI Linux Incremental" and remove the default platform from there, to remove the duplication with "CI Build&Test". - Also apparently fixes sagemath#37786 For a test run with a PR that actually makes changes to packages, see - sagemath#38147 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38144 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee, Matthias Köppe
44e71c1
to
13db81b
Compare
023c896
to
e7c04ea
Compare
We decapitalize filenames of files in
src/doc/en/prep/
.To be consistent with other files in
src/
.📝 Checklist
⌛ Dependencies