-
-
Notifications
You must be signed in to change notification settings - Fork 645
typo + guava #40519
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
typo + guava #40519
Conversation
I was told |
Built in Fedora 42, the usual failed test for |
TL;DR Nothing new. With macOS 15.6 (1)
as indicated by DIma.
related to TikZ (in fact there are some other failed tests, but they pass standalone). Debian 12 |
not sure what you mean here, but it's important to stick to correct types (and in C++ using 0 in place of where nullptr should be by right might be an error - for the latter being 0 is an implementation-dependent artefact) |
There are several places where |
Same remark as in #40512 (comment) |
Sorry, it is surely my fault, but I do not know how I did it. |
Thanks, Dima. |
merge conflict, please fix |
src/doc/en/prep/Logging-On.rst
Outdated
@@ -54,7 +54,7 @@ the third option to "export" them will not make sense. | |||
The legacy SageNB has been retired in Sage 9.1. | |||
Please use the Jupyter notebook. | |||
Old SageNB worksheets can be converted to Jupyter notebooks | |||
using the `sage --notebook=export`_ command or to RST | |||
using the `sage --notebook=export` command or to RST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a bad change in my PR causing the merge conflict:
using the `sage --notebook=export` command or to RST | |
using the ``sage --notebook=export`` command or to RST |
thanks |
Documentation preview for this PR (built with commit e7f3ac9; changes) is ready! 🎉 |
This tries to take into account sagemath#40484. @enriqueartal: Could you test it? ### ⌛ Dependencies Built on top of sagemath#40512. URL: sagemath#40519 Reported by: Guillermo Moreno-Socías Reviewer(s): Dima Pasechnik, Enrique Manuel Artal Bartolo
Thanks. |
This tries to take into account #40484.
@enriqueartal: Could you test it?
⌛ Dependencies
Built on top of #40512.