I got this one too : see below.
Le mardi 7 janvier 2025 à 04:38:26 UTC+1, John H Palmieri a écrit :
This failure does not look familiar:
sage -t --warn-long 5.0
--random-seed=171543879869251440839017860634627747492
src/sage/repl/ipython_extension.py
**********************************************************************
File "src/sage/repl/ipython_extension.py", line 433, in
sage.repl.ipython_extension.SageMagics.cython
Failed example:
shell.run_cell('''
%%cython --view-annotate=xx
print(1)
''')
Expected:
UsageError: argument --view-annotate: invalid choice: 'xx' (choose from
'none', 'auto', 'webbrowser', 'displayhtml')
Got:
UsageError: argument --view-annotate: invalid choice: 'xx' (choose from
none, auto, webbrowser, displayhtml)
**********************************************************************
1 item had failures:
1 of 10 in sage.repl.ipython_extension.SageMagics.cython
[92 tests, 1 failure, 4.77s wall]
That’s a cosmetic booboo (I hope) : the “Espected” strong has one space too
much at the start and extra quotes around the names of the "choices") :
sage -t --long --warn-long 30.0
--random-seed=23171707168444380242501851599558507527
src/sage/repl/ipython_extension.py
********************************************************************** File
"src/sage/repl/ipython_extension.py", line 433, in
sage.repl.ipython_extension.SageMagics.cython Failed example:
shell.run_cell(''' %%cython --view-annotate=xx print(1) ''') Expected:
UsageError: argument --view-annotate: invalid choice: 'xx' (choose from
'none', 'auto', 'webbrowser', 'displayhtml') Got: UsageError: argument
--view-annotate: invalid choice: 'xx' (choose from none, auto, webbrowser,
displayhtml)
**********************************************************************
This can hardly be seen but when printing with a fixed-width font…
HTH,
On Monday, January 6, 2025 at 7:35:15 PM UTC-8 John H Palmieri wrote:
Something is broken in ./configure because I end up with a non-clean git
repo:
% make configure
...
% ./configure --with-python=`which python3.12`
...
% git status
On branch develop
Your branch is up to date with 'upstream/develop'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: conftest.py
no changes added to commit (use "git add" and/or "git commit -a")
On Saturday, January 4, 2025 at 4:34:48 PM UTC-8 Volker Braun wrote:
As always, you can get the latest beta version from the "develop" git
branch. Alternatively, the self-contained source tarball is at
http://www.sagemath.org/download-latest.html
1be0a589260 (tag: 10.6.beta3, github/develop) Updated SageMath version to
10.6.beta3
a2ba1f943f8 gh-39238: Modify build using meson guideline
c3fc1406c17 gh-39236: minor details in modular symbols / boundary
181d8c89219 gh-39235: fixing a few typos
32ac5a343fd gh-39232: minor tweaks in Ore polynomials
bfa809d7334 gh-39231: fix and activate some checks in ruff-minimal
e2723af3f2a gh-39230: refresh MacMahon Omega file
14d7322cd8f gh-39229: fixing pycodestyle E222 in many cython files
751bf5ab5d1 gh-39227: deprecate fully the auld class IntegralDomain
13648155bc8 gh-39222: Remove outdated note from docstring of
`cliques_maximal`
c3e0637cc2a gh-39219: Faster conversion from numpy array to matrix mod 2
6c348ba7550 gh-39217: improve graph traversal methods
3aaabb590c7 gh-39210: Switch devcontainer to use meson
266a69ffa3e gh-39209: Fix docstring formatting to use raw string literals
in multiple files
8cf2231f896 gh-39206: Pytest: Improve doctest integration
65a38a534cc gh-39194: Reimplement release creation workflow
a5c4b485074 gh-39193: Some improvements to findstat._submit
3950c7d00d7 gh-39190: Update the copyright year in README.md
dbdc77f1798 gh-39187: Fix tests output for Python 3.13
2080c581d46 gh-39179: Fix CremonaDatabase constructor
d4c7335cd3b gh-39178: Fix test failure with giac 1.9.0.998
598ba045511 gh-39176: Improve Meson CI workflow
1981422da99 gh-39175: `build/pkgs`: Remove `libtheora`
a501d590613 gh-39157: Mark artin_symbol doctest as random to avoid failure
bc8b841ac19 gh-39146: simplify some call of isinstance in pyx files
02feb6a5bef gh-39127: Minor docfix of interpolation() method
1c613f65173 gh-39099: Fix more ruff issues in ̀ sage.manifolds`
c52929320d9 gh-39027: Make Sequence pretty-printed in IPython
902059743e4 gh-39011: Correctly print import errors in `sage.all`
a2de302be55 gh-38993: Meson: find more dependencies via pkg-config
a796b441e26 gh-38946: Allow Cython compilation to open a web browser
containing the annotated HTML file
c9dd1e85118 (tag: 10.6.beta2) Updated SageMath version to 10.6.beta2
--
You received this message because you are subscribed to the Google Groups
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/sage-release/3e448a5d-f0e7-4490-9247-1faac7ce397cn%40googlegroups.com.