#4354: [with patch; positive review] loading a file with spaces in the filename
doesn't work
--------------------+-------------------------------------------------------
Reporter: anakha | Owner: abergeron
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.3
Component: misc | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Changes (by GeorgSWeber):
* summary: [with patch; needs review] loading a file with spaces in the
filename doesn't work => [with patch; positive
review] loading a file with spaces in the
filename doesn't work
* milestone: sage-3.4.1 => sage-3.3
Comment:
Hello Michael,
this should go in 3.3 now. Of the handful files above, you'll need two:
A) The third one "sage.2" to go directly (no repo!!) right under
$SAGE_ROOT as "sage" to replace the older script of the same name there.
Mind the usual file executable flag issues ;-)
B) The last one "trac_4354_rebase_3.3.rc0.patch" applies as a HG patch to
/local/bin (Sage scripts) repo.
Then test (as the original ticket comment says) from the bash command line
(say after "your_favourite_path_to/sage -sh"):
{{{
$ echo 'print "ok"' > 'test file.sage'
$ sage "test file.sage"
}}}
(This can hardly be a doctest, it's just outside scope --- and IMHO the
issue of testing this kind of environmental stuff should not burden this
ticket here, although it is a valid question.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4354#comment:14>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---