#11924: lazy_import_cache.get_cache_file doesn't work well if DOT_SAGE doesn't
end
with a slash
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7.2
Component: PLEASE CHANGE | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: John Palmieri
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by jhpalmieri):
I've given this "major" priority because any user who sets their DOT_SAGE
to a string without a trailing slash ends up getting their home directory
polluted with Sage lazy import cache files. For example, on skynet, I
have
{{{
export DOT_SAGE="/home/palmieri/.sage_$HOSTNAME"
}}}
and I end up with many files in /home/palmieri: one for each host on which
I build and Sage, one for each version of Sage. Fortunately the files
start with a dot so they're hidden, but still, it's not a good situation.
(I can fix this for my situation by adding a trailing slash, but I
shouldn't have to.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11924#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.