#16750: libgap fails converting string GapElements to Sage
--------------------------+--------------------------------------
   Reporter:  rws         |            Owner:
       Type:  defect      |           Status:  new
   Priority:  major       |        Milestone:  sage-6.3
  Component:  interfaces  |         Keywords:  conversion, string
  Merged in:              |          Authors:
  Reviewers:              |  Report Upstream:  N/A
Work issues:              |           Branch:
     Commit:              |     Dependencies:
   Stopgaps:              |
--------------------------+--------------------------------------
 This blocks combinatorial usage of libgap (see #16719):
 {{{
 sage: ans=libgap.eval("'c'")
 sage: type(ans)
 <type 'sage.libs.gap.element.GapElement'>
 sage: ans.sage()
 ---------------------------------------------------------------------------
 NotImplementedError                       Traceback (most recent call
 last)
 <ipython-input-3-3aef44f215a1> in <module>()
 ----> 1 ans.sage()

 /home/ralf/sage/local/lib/python2.7/site-packages/sage/libs/gap/element.so
 in sage.libs.gap.element.GapElement.sage
 (build/cythonized/sage/libs/gap/element.c:8749)()
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16750>
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