#14304: New implementation of unramified p-adics using FLINT and templates
-------------------------------------+-------------------------------------
       Reporter:  roed               |        Owner:  roed
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.2
      Component:  padics             |   Resolution:
       Keywords:  sd59               |    Merged in:
        Authors:  Julian Rueth,      |    Reviewers:  David Roe, Julian
  David Roe                          |  Rueth
Report Upstream:  N/A                |  Work issues:
         Branch:  public/14304       |       Commit:
   Dependencies:                     |  26c8669ca7cffe6b2a271a547e16245a59ede61f
                                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by aly.deines):

 * status:  needs_review => needs_work


Comment:

 On line 494 in sage/local/lib/python2.7/site-
 packages/sage/rings/padics/factory.py, you need to break the line using
 parenthesis.

 {{{

 aly@aly-laptop:~/Sage/sage$ ./sage -t src/sage
 Traceback (most recent call last):
   File "/home/aly/Sage/sage/src/bin/sage-runtests", line 80, in <module>
     from sage.doctest.control import DocTestController
   File "/home/aly/Sage/sage/local/lib/python2.7/site-
 packages/sage/doctest/control.py", line 30, in <module>
     from sources import FileDocTestSource, DictAsObject
   File "/home/aly/Sage/sage/local/lib/python2.7/site-
 packages/sage/doctest/sources.py", line 27, in <module>
     from parsing import SageDocTestParser
   File "/home/aly/Sage/sage/local/lib/python2.7/site-
 packages/sage/doctest/parsing.py", line 49, in <module>
     from sage.all import RealIntervalField
   File "/home/aly/Sage/sage/local/lib/python2.7/site-
 packages/sage/all.py", line 100, in <module>
     from sage.rings.all      import *
   File "/home/aly/Sage/sage/local/lib/python2.7/site-
 packages/sage/rings/all.py", line 62, in <module>
     from padics.all import *
   File "/home/aly/Sage/sage/local/lib/python2.7/site-
 packages/sage/rings/padics/all.py", line 2, in <module>
     from factory import Zp, Zq, Zp as pAdicRing, ZpCR, ZpCA, ZpFM, ZqCR,
 ZqCA, ZqFM #, ZpL, ZqL
   File "/home/aly/Sage/sage/local/lib/python2.7/site-
 packages/sage/rings/padics/factory.py", line 494
     if version[0] < 4 or (len(version) > 1 and version[0] == 4 and
 version[1] < 5) or
 ^
 SyntaxError: invalid syntax


 }}}

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