#6903: [with patch, needs work] Function Word currently prevent the inheritance
of
Words_over_OrderedAlphabet
---------------------------+------------------------------------------------
Reporter: slabbe | Owner: slabbe
Type: defect | Status: assigned
Priority: major | Milestone: sage-combinat
Component: combinatorics | Keywords:
Reviewer: | Author:
Merged: |
---------------------------+------------------------------------------------
Changes (by slabbe):
* owner: mhansen => slabbe
* status: new => assigned
Comment:
I just posted a patch which correspond to something better. All test pass
in sage/combinat/words. I also tested the pickle jar using (from
http://www.sagemath.org/doc/reference/sage/structure/sage_object.html) :
{{{
sage: std = os.environ['SAGE_DATA'] +
'/extcode/pickle_jar/pickle_jar.tar.bz2'
sage: sage.structure.sage_object.unpickle_all(std)
}}}
I keep the 'needs work' label, because there is still something I want to
check. In fact, the code that changes the class of a word from
{{{Word_class}}} to {{{FiniteWord_class}}} when it reaches the end of the
word might be updated as well here, but I can't figure out where is that
code!!! Franco should remember that.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6903#comment:2>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---