#20219: Remove redundant functions from gen.pyx
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.2
      Component:  interfaces         |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/remove_redundant_functions_from_gen_pyx|  
130fc90a6740a449c79e487ab71cde7204dc8f62
   Dependencies:  #20210, #20205,    |     Stopgaps:
  #20213, #20216, #20217             |
-------------------------------------+-------------------------------------
Changes (by vdelecroix):

 * status:  needs_review => needs_work
 * reviewer:   => Vincent Delecroix
 * milestone:  sage-7.1 => sage-7.2


Comment:

 There was no doctest for `vecmin`, `vecmax`, `elltaniyama`, `bnfcertify`,
 `bnfunit`, `idealval`, `nfsubfields`,  .Would it be possible to provide
 one to check that the methods exist?

 The methods `idealintersection`, ` reverse`, `order`, ` listinsert`,
 `listput` were simply removed. You should provide deprecation and test it.

 Finally, could you change the doctest
 {{{
      sage: var('x')
      x
      sage: pari(x).ceil()
      x
 }}}
 to
 {{{
     sage: pari(SR.var('x')).ceil()
 }}}

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