#19524: fixing a few bad trac roles, and adding some
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  chapoton               |       Status:  needs_work
           Type:         |    Milestone:  sage-6.10
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:  Jori Mäntysalo
  documentation          |  Work issues:
       Keywords:  trac   |       Commit:
  role                   |  f5c84d1188d3a3e6b06d0e9a372a65eb1eb31342
        Authors:         |     Stopgaps:
  Frédéric Chapoton      |
Report Upstream:  N/A    |
         Branch:         |
  public/19524           |
   Dependencies:         |
-------------------------+-------------------------------------------------
Changes (by jdemeyer):

 * status:  positive_review => needs_work


Comment:

 This shouldn't be done in code:
 {{{
 #!diff
 diff --git a/src/sage/calculus/functions.py
 b/src/sage/calculus/functions.py
 index 29482d9..3048347 100644
 --- a/src/sage/calculus/functions.py
 +++ b/src/sage/calculus/functions.py
 @@ -94,7 +94,7 @@ def wronskian(*args):
              row = lambda n: [diff(f, n) for f in fs]
          # NOTE: I rewrote the below as two lines to avoid a possible
 subtle
          # memory management problem on some platforms (only VMware as far
 -        # as we know?).  See trac #2990.
 +        # as we know?).  See :trac:`2990`.
          # There may still be a real problem that this is just hiding for
 now.
          A = matrix([row(_) for _ in range(len(fs))])
          return A.determinant()
 }}}

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