#15820: Implement sequences of bounded integers
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebra            |   Resolution:
       Keywords:  sequence bounded   |    Merged in:
  integer                            |    Reviewers:
        Authors:  Simon King         |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  6dfb1cb1c6dc5704e2a8918cf2aeabdd8dbef69a
  u/SimonKing/ticket/15820           |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by SimonKing):

 Replying to [comment:145 vbraun]:
 > I think they (the line numbers, SK) are (the same on different machines,
 SK), but I wouldn't bet anything on it ;-)

 Hmm. The conditional jump occurs in line 2828, but this is:
 {{{
   /* "sage/misc/bounded_integer_sequences.pyx":398
  *             n += S1.itembitsize
  *     mpz_clear(tmp)
  *     return -1             # <<<<<<<<<<<<<<
  *
  * cdef int index_biseq(biseq_t S, int item, size_t start) except -2:
  */
   __pyx_r = -1;
   goto __pyx_L0;
 }}}
 Hm. Volker, could you provide the location of the conditional jump that is
 giving you the warning?

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