#10354: Remove deprecated word objects from the pickle jar
-------------------------------+--------------------------------------------
Reporter: slabbe | Owner: slabbe
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7
Component: pickling | Keywords:
Author: Sébastien Labbé | Upstream: N/A
Reviewer: Franco Saliola | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Comment(by slabbe):
Some notes about things I learned on the pickle jar during this ticket:
1. Create a Sage object :
{{{
sage: w = Word(range(10))
sage: type(w)
<class 'sage.combinat.words.word.FiniteWord_list'>
}}}
2. Add this object to the current pickle jar:
{{{
sage: sage.structure.sage_object.picklejar(w)
}}}
3. By default, the current pickle jar is in
{{{SAGE_ROOT/tmp/pickle_jar-4.6.1}}} :
{{{
cd sage-4.6.1/tmp/pickle_jar-4.6.1
ls
_class__sage_combinat_words_word_FiniteWord_list__.sobj
_class__sage_combinat_words_word_FiniteWord_list__.txt
}}}
4. The command to create a .tar.bz2 from a directory:
{{{
tar -jcvf archive_name.tar.bz2 directory_to_compress
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10354#comment:13>
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.