-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
problem with multiline history recall in IPython #130
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
In straight Ipython this problems doesn't happen. In sage it does. Tricky. PLAN:
|
comment:3
Fixed
|
kryzar
pushed a commit
to kryzar/sage
that referenced
this issue
Feb 6, 2023
This is needed for python 3.11 support (sagemath#33842) and to make cypari compatible with current pari version https://groups.google.com/g/sage-devel/c/jqmr6bDjDrk/m/XE2GlB_GBgAJ Necessary follow ups: - make cypari thread safe: see [[https://github.com/sagemath/cypari2/pull/116|cypari2 sagemath#116]] - remove optional build time dependency of cysignals on pari: see [[https://github.com/sagemath/cypari2/pull/130|cypari2 sagemath#130]] URL: https://trac.sagemath.org/33878 Reported by: gh-kliem Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
tobiasdiez
pushed a commit
to tobiasdiez/sage
that referenced
this issue
Feb 22, 2024
…output Add possibility to disable output
mkoeppe
added a commit
to mkoeppe/sage
that referenced
this issue
Nov 11, 2024
`docker.yml`: Set EXTRA_DOCKER_TAGS based on passagemath release tags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you type a loop at the sage prompt:
and then do an "arrow up" key, it seems like the loop is recalled. However, it seems only the first line is actually still there:
Component: user interface
Issue created by migration from https://trac.sagemath.org/ticket/130
The text was updated successfully, but these errors were encountered: