-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
sage.misc.temporary_file: Move SAGE_TMP implementation here #32986
Comments
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Commit: |
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
comment:4
I'll need to revise this - |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
LGTM. Tested through #32987. |
Reviewer: Kwankyu Lee |
comment:8
Thanks! |
comment:10
With this ticket I'm seeing a lot of flakiness with maxima-related tests, e.g.
Always disappears when testing individually, but running multiple maxima-using tests in parallel triggers them quite reliably. E.g.
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Confirmed the test failures when running in parallel. Not sure what's happening there, help welcome |
comment:13
The only thing I think could happen, should have been happening before this ticket. You mostly moved code around. May be there was always a potential race condition on the closing of |
comment:14
The diff looks OK to me too, but over the past week or so I've realized that you can't trust anything that goes on in the expect interfaces. Using I'm in the process of removing direct uses of |
comment:15
Color me unsurprised that I'm seeing random (both non-reproducible, and can't-possibly-be-related-to-anything-I-changed) pexpect failures on #33213 as well. |
Changed author from Matthias Koeppe to none |
Changed reviewer from Kwankyu Lee to none |
We move the code for creating the temporary directory to
sage.misc.temporary_file
, removing the dependency onsage.misc.misc
andsage.misc.lazy_string
.This is preparation for #29941, allowing us to keep
sage.misc.misc
out of sagemath-objects and sagemath-repl;sage.misc.temporary_file
goes into sagemath-environment.CC: @orlitzky @kiwifb
Component: refactoring
Branch/Commit: u/mkoeppe/sage_misc_temporary_file__move_sage_tmp_implementation_here @
8c4d015
Issue created by migration from https://trac.sagemath.org/ticket/32986
The text was updated successfully, but these errors were encountered: