#9386: sage-native-execute leaves traces of sage
-------------------------------------+-------------------------------------
       Reporter:  nbruin             |        Owner:  tbd
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.5
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Nils Bruin,        |  Work issues:
  Thierry Monteil                    |       Commit:
Report Upstream:  N/A                |  b0178cfcba208f746675df1b29dcb37cbe293b91
         Branch:                     |     Stopgaps:
  u/nbruin/sage_native_execute_leaves_traces_of_sage|
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by nbruin):

 Replying to [comment:23 jdemeyer]:
 > I like the general approach but there is still a quoting issue
 I don't immediately see what the issue is, but I believe you. I don't
 think that I met that particular issue in any of the replacements I made,
 but if it does occur somewhere, then

 > The simplest solution might be to replace
 > {{{
 > export var=`command`
 > }}}
 > by
 > {{{
 > sage_export var
 > var=`command`
 > }}}
 I agree with that approach. That was the main idea of allowing
 `sage_export` with a single argument (and I think I did run into some more
 complicated manipulations where I just decided to `sage_export` the
 variable beforehand and let the script do whatever it did before).

--
Ticket URL: <http://trac.sagemath.org/ticket/9386#comment:24>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to