-
-
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
%maxima cells are partially broken #7418
Comments
comment:1
I think the best fix for this is to break from processing the percent directives once a system directive has been reached. It should be easy to detect this as the system directives are the "unknown" one has been reached. |
Author: Mike Hansen |
comment:4
Sorry about that. I put up a new patch which should fix it. I opted for duplicating the directives.append line instead of having some sort of check to see if the system was set as it makes the flow a little cleaner. |
comment:5
Same problem still here (sagenb-0.6) |
Add one. Rebased for queue in comment. Replaces previous. |
comment:6
Attachment: trac_7418-maxima_cells.2.patch.gz V2 adds one --- I hope it's in the right place. The queue:
The patch version numbers may be off by one or so. Positive review, but someone should review my change. |
Reviewer: Tim Dumol, Mitesh Patel |
comment:8
LGTM. Positive review. |
Merged: SageNB 0.8.1 |
In the new sage notebook maxima cells do not work anymore for inputs
starting with '%'.
or:
This used to work with older Sage versions.
CC: @williamstein @TimDumol
Component: notebook
Author: Mike Hansen
Reviewer: Tim Dumol, Mitesh Patel
Merged: SageNB 0.8.1
Issue created by migration from https://trac.sagemath.org/ticket/7418
The text was updated successfully, but these errors were encountered: