-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Description
#13579 changed SAGE_TMP
. There are some places with less-than-ideal handling of SAGE_TMP
that are broken in the process.
sage-cleaner
hardcodes '.../temp/...' but thats not correct any more.- Many doctests use SAGE_TMP+'foo.bar'. The new SAGE_TMP doesn't end in a backslash any more. Using
os.path.join
would have saved the day.
Follow-up: #13147
Apply
- attachment: 13681_scripts.patch to the
SAGE_ROOT/local/bin
repo - attachment: 13681_sagelib.patch to the Sage library
Depends on #13631
CC: @jdemeyer
Component: scripts
Author: Jeroen Demeyer
Reviewer: Volker Braun
Merged: sage-5.4.rc4
Issue created by migration from https://trac.sagemath.org/ticket/13681