-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
gettext related bug in _ (history) #8686
Comments
Changed author from Harold Gutch to none |
Author: Mike Hansen |
comment:2
Attachment: trac_8686.patch.gz |
comment:4
Nice debugging. Works as advertised. |
Reviewer: Tim Dumol |
Merged: SageNB 0.8.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In versions of Sage up to 4.3.2, the following worked as expected:
However, with Sage 4.3.3, it has stopped working:
For some things, the history works as expected, but for others it does not. To me it appears that it is "simple" things, e.g. above, the empty expression, or simple expressions like "3+4" where it does not work anymore, but for more complex things (e.g. if you call a function that returns something), "_" still does what you would expect it to do.
This bug still exists in Sage 4.3.5.
CC: @williamstein @TimDumol
Component: notebook
Keywords: gettext history documentation
Author: Mike Hansen
Reviewer: Tim Dumol
Merged: SageNB 0.8.1
Issue created by migration from https://trac.sagemath.org/ticket/8686
The text was updated successfully, but these errors were encountered: