Skip to content

Commit 79ea486

Browse files
author
Matthias Koeppe
committed
Merge remote-tracking branch 'upstream/develop' into scip_9
2 parents 615db23 + 15fcf52 commit 79ea486

File tree

4,444 files changed

+36788
-21551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,444 files changed

+36788
-21551
lines changed

.ci/create-changes-html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ echo '<script>hljs.highlightAll();</script>' >> CHANGES.html
1919
cat >> CHANGES.html << EOF
2020
<script>
2121
document.addEventListener('DOMContentLoaded', () => {
22+
const baseDocURL = 'https://sagemath.netlify.app'
2223
const diffSite = 'https://pianomister.github.io/diffsite'
23-
const baseDocURL = 'https://sagemath-tobias.netlify.app'
2424
const diffParagraphs = document.querySelectorAll('p.diff');
2525
diffParagraphs.forEach(paragraph => {
2626
const rootURL = window.location.origin;

.ci/merge-fixes.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ for REPO in ${SAGE_CI_FIXES_FROM_REPOSITORIES:-sagemath/sage}; do
4242
# Considered alternative: Use https://github.com/$REPO/pull/$a.diff,
4343
# which squashes everything into one diff without commit metadata.
4444
PULL_URL="https://github.com/$REPO/pull/$a"
45+
PULL_SHORT="$REPO#$a"
4546
PULL_FILE="$REPO_FILE-$a"
4647
PATH=build/bin:$PATH build/bin/sage-download-file --quiet "$PULL_URL.patch" $PULL_FILE.patch
4748
date -u +"%Y-%m-%dT%H:%M:%SZ" > $PULL_FILE.date # Record the date, for future reference
@@ -67,7 +68,7 @@ for REPO in ${SAGE_CI_FIXES_FROM_REPOSITORIES:-sagemath/sage}; do
6768
git am --signoff --show-current-patch=diff
6869
echo "--------------------------------------------------------------------8<-----------------------------"
6970
echo "::endgroup::"
70-
echo "Failure applying $PULL_URL as a patch, resetting"
71+
echo "Failure applying $PULL_SHORT as a patch, resetting"
7172
git am --signoff --abort
7273
fi
7374
done

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
"vscode": {
2323
"extensions": [
2424
"guyskk.language-cython",
25-
"ms-python.isort",
2625
"ms-toolsai.jupyter",
2726
"ms-python.vscode-pylance",
28-
"ms-python.pylint",
2927
"ms-python.python",
3028
"lextudio.restructuredtext",
31-
"trond-snekvik.simple-rst"
29+
"trond-snekvik.simple-rst",
30+
"charliermarsh.ruff"
3231
]
3332
}
3433
}

.devcontainer/portability-opensuse-15.3-gcc_11-python3.9-minimal/devcontainer.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.devcontainer/portability-opensuse-15.3-gcc_11-python3.9-minimal/portability-Dockerfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

.devcontainer/portability-opensuse-15.3-gcc_11-python3.9-standard/devcontainer.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.devcontainer/portability-opensuse-15.3-gcc_11-python3.9-standard/portability-Dockerfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

.devcontainer/portability-opensuse-15.4-gcc_11-python3.10-minimal/devcontainer.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.devcontainer/portability-opensuse-15.4-gcc_11-python3.10-minimal/portability-Dockerfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

.devcontainer/portability-opensuse-15.4-gcc_11-python3.10-standard/devcontainer.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)