#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 jdemeyer):

 I like the general approach but there is still a quoting issue, when
 replacing
 {{{
 var=`command`
 }}}
 by
 {{{
 sage_export var `command`
 }}}

 The simplest solution might be to replace
 {{{
 export var=`command`
 }}}
 by
 {{{
 sage_export var
 var=`command`
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/9386#comment:23>
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