Skip to content

Conversation

fchapoton
Copy link
Contributor

after

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.

Copy link

github-actions bot commented Aug 29, 2025

Documentation preview for this PR (built with commit 44c203b; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@dcoudert
Copy link
Contributor

some doctests are failing, for instance in src/doc/en/prep/Quickstarts/Linear-Algebra.rst

@dcoudert
Copy link
Contributor

other failing doctests

ImportError: cannot import name 'BackslashOperator' from 'sage.misc.misc' (/sage/src/sage/misc/misc.py)
Error: Process completed with exit code 1.

@fchapoton
Copy link
Contributor Author

there remains something there

git grep BackslashOperator src/
src/sage/repl/preparse.py:        'A  * BackslashOperator() * B'
src/sage/repl/preparse.py:        'A**Integer(2)  * BackslashOperator() * B + C'
src/sage/repl/preparse.py:        'a  * BackslashOperator() * b \\'
src/sage/repl/preparse.py:    L = re.sub(r'''\\\s*([^\t ;#])''', r' * BackslashOperator() * \1', L)

that must be removed maybe ?

@dcoudert
Copy link
Contributor

it seems related, so yes, it should also be removed.

@dcoudert
Copy link
Contributor

Apparently this is not enough

@fchapoton
Copy link
Contributor Author

aargh.. bien pénible

@dcoudert
Copy link
Contributor

oui, ça semble compliqué et il y a encore des soucis dans src/doc/en/prep/Quickstarts/Linear-Algebra.rst

Copy link
Contributor

@dcoudert dcoudert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vbraun vbraun merged commit 7a2ef2f into sagemath:develop Sep 7, 2025
23 of 25 checks passed
@fchapoton fchapoton deleted the deprec_matrix2 branch September 7, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants