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

[WIP]: Alternate pprint for values #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mithro
Copy link
Collaborator

@mithro mithro commented Jun 10, 2015

This pull request is currently a WIP - it needs tests before it can be merged!

As discussed in #21 I've made some changes
to the pprint change proposed there.

  • This will save long values into a separate file.
  • This makes pprint of the variable the default. I think this is a good idea
    because it will handle things like dicts nested within lists and other
    builtin types.

As discussed in zestyping#21 I've made some changes
to the pprint change proposed there.

* This will save long values into a separate file.

* This makes pprint of the variable the default.  I think this is a good idea
  because it will handle things like dicts nested within lists and other
  builtin types.
@mithro
Copy link
Collaborator Author

mithro commented Jun 10, 2015

@abadger - If you have time, can you talk a look at this pull request? As mentioned I'd like to add some tests before I merge this functionality though.

@Schabernack
Copy link

+1 because of the pprint. more complex or nested objects getting truncated is quite a pain.

@mithro
Copy link
Collaborator Author

mithro commented Jul 7, 2015

@Schabernack - If you could write a test or two for this, I'll merge and do a release?

@zestyping zestyping force-pushed the master branch 2 times, most recently from 56ddf51 to d9f393c Compare October 1, 2019 10:05
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.

3 participants