#12804: infinite loop in find method of a finite word
----------------------------------+-----------------------------------------
Reporter: slabbe | Owner: sage-combinat
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.1
Component: combinatorics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Mike Hansen
Authors: André Apitzsch | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Changes (by mhansen):
* status: needs_review => needs_work
* reviewer: => Mike Hansen
Comment:
Doesn't
{{{
Word([-1,-2,-3]).find("-2")
}}}
still return the wrong thing? Wouldn't it be better to do something like
{{{list(u).index(v)}}} ?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12804#comment:4>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.