-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Improve doctest coverage of misc/fpickle.pyx #12192
Comments
Author: Julian Rueth |
comment:1
With the patch, -coverage gives: |
Attachment: trac_12192.patch.gz added docstrings |
comment:2
I also moved |
Changed keywords from none to sd35 |
Reviewer: Travis Scrimshaw |
comment:5
A few things:
Thanks. |
Branch: u/saraedum/ticket/12192 |
comment:10
See #11845. Pickling involving python code objects are problematic, because python code objects do not give the same portability guarantees that proper pickling requires. It can still be very useful, though, and the code on that ticket is a bit more robust in the face of closures etc. Perhaps evaluate how much of #11845 we want and merge these two tickets? New commits:
|
Commit: |
comment:11
Replying to @nbruin:
Sorry, to be honest I don't understand. This just adds doctests to existing code. How are these related? |
Work Issues: rebase |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed work issues from rebase to author needs to check the rebase |
Changed author from Julian Rueth to Julian Rüth |
I introduced some functions without doctests in #11716. This ticket tries to add the missing doctests to the these and other functions in that file.
This is part of doctest meta-ticket #12024.
Depends on #11819
Component: doctest coverage
Keywords: sd35
Work Issues: author needs to check the rebase
Author: Julian Rüth
Branch/Commit: u/saraedum/ticket/12192 @
c6ae8c9
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/12192
The text was updated successfully, but these errors were encountered: