Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change pickle jar doctest to make it a bit more robust and flexible... #7694

Closed
williamstein opened this issue Dec 15, 2009 · 3 comments
Closed

Comments

@williamstein
Copy link
Contributor

Change the pickle jar doctest in devel/sage/sage/structure/sage_object.pyx to:

sage: print "x"; sage.structure.sage_object.unpickle_all(std)
x...
Failed to unpickle 0 objects.

Component: doctest coverage

Issue created by migration from https://trac.sagemath.org/ticket/7694

@williamstein williamstein added this to the sage-4.3 milestone Dec 15, 2009
@williamstein
Copy link
Contributor Author

comment:1

I'm declaring a total feature freeze on sage-4.3.

@williamstein williamstein modified the milestones: sage-4.3, sage-4.3.1 Dec 24, 2009
@jhpalmieri
Copy link
Member

comment:2

Moved to Sage 5.0. This still needs a patch...

@jhpalmieri jhpalmieri modified the milestones: sage-4.4, sage-5.0, sage-4.4.1 Apr 23, 2010
@williamstein
Copy link
Contributor Author

comment:4

Interestingly, I just looked in sage-4.4.3.alpha2, and this is already fixed:



    ::

        sage: std = os.environ['SAGE_DATA'] + '/extcode/pickle_jar/pickle_jar.tar.bz2'
        sage: print "x"; sage.structure.sage_object.unpickle_all(std)
        x...
        Successfully unpickled ... objects.
        Failed to unpickle 0 objects.

Cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants