#20388: Fix the Magma interface to work with remote installations
-------------------------------------+-------------------------------------
       Reporter:  mmasdeu            |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-7.2
      Component:  interfaces:        |   Resolution:
  optional                           |    Merged in:
       Keywords:  magma, remote      |    Reviewers:
        Authors:  Marc Masdeu        |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  a8ee09a95a6bf7b80564dd644c7d82b609b790c7
  u/mmasdeu/20388-fix                |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Might be too much, but we could even move the environment part inside
 pexpect
 {{{
 server = os.getenv('SAGE_{}_SERVER'.format(self.name().upper()))
 }}}
 What do you think?

 To fit with coding conventions could change
 {{{
 (self,server = None,command = None, server_tmpdir = None, ulimit = None)
 -->
 (self, server=None, command=None, server_tmpdir=None, ulimit=None)
 }}}
 And add cross doctests between `set_server_and_command`, `server` and
 `command`.

--
Ticket URL: <http://trac.sagemath.org/ticket/20388#comment:18>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to