-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Fix more load/save bugs #17654
Comments
Dependencies: #17460 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch: u/jdemeyer/ticket/17654 |
Commit: |
comment:9
LGTM, but there appears to be a minor merge conflict with #17533. |
Reviewer: Marc Mezzarobba |
comment:10
Replying to @mezzarobba:
Fixed now. |
comment:12
Thanks! |
Changed branch from u/jdemeyer/ticket/17654 to |
Changed commit from |
comment:14
I'm seeing the warning when I use
Is that expected? And I should change it to
|
comment:15
Remove the quotes:
|
load filename
, it should beload("filename")
.src.sage.repl.load
callseval
(!) on the filename, deprecate that behaviour.optional - internet
tests insrc/sage/repl/load.py
are broken since Move preparsing, loading and attaching to src/sage/repl #17396.src/sage/repl/load.py
.Depends on #17460
Component: misc
Author: Jeroen Demeyer
Branch:
1e8ee98
Reviewer: Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/17654
The text was updated successfully, but these errors were encountered: