#17184: Upgrade to Singular-3-1-7
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Jean-Pierre Flori  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  cdedfc61ca715961acca343dea87e7e5c1163063
  u/jpflori/ticket/17184             |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by jpflori):

 And this is the new piece of code in 3-1-7 in iplib.cc around line 453:
 {{{
 +    if ((currRing!=NULL) &&
 +      ((currRingHdl==NULL)||(IDRING(currRingHdl)!=currRing)
 +       ||(IDLEV(currRingHdl)>=myynest-1)))
 +    {
 +      rSetHdl(rFindHdl(currRing,NULL));
 +      iiLocalRing[myynest-1]=NULL;
 +    }
 }}}
 In fact the whole block (not only the one included above) used to be
 around line 556 in 3-1-6.

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

Reply via email to