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

Cleanup unrepr function and related code #147

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bz2
Copy link

@bz2 bz2 commented Mar 17, 2017

There was some cruft left around from the old implemention
of unrepr, which can now be deleted.

Not sure if the lazy import of ast is worthwhile but the
implemention of that is now pretty harmless.

Note this does remove the exported but unused, and only
ever internally propogated, UnknownType exception type.

Also adds test coverage for some unrepr corner cases.

bz2 added 2 commits March 17, 2017 21:41
There was some cruft left around from the old implemention
of unrepr, which can now be deleted.

Not sure if the lazy import of ast is worthwhile but the
implemention of that is now pretty harmless.

Note this does remove the exported but unused, and only
ever internally propogated, UnknownType exception type.
@coveralls
Copy link

coveralls commented Mar 17, 2017

Coverage Status

Coverage remained the same at 82.64% when pulling 5092f37 on bz2:cleanup_unrepr into 7a0f1e0 on DiffSK:master.

@bz2
Copy link
Author

bz2 commented Mar 17, 2017

The coverage script appears to be broken, all the last prs I submitted are reporting "Coverage remained the same" at different percentages.

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

Successfully merging this pull request may close these issues.

2 participants