q icon indicating copy to clipboard operation
q copied to clipboard

[WIP]: Alternate pprint for values

Open mithro opened this issue 10 years ago • 3 comments

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

As discussed in https://github.com/zestyping/q/pull/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 avatar Jun 10 '15 10:06 mithro

@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.

mithro avatar Jun 10 '15 10:06 mithro

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

Schabernack avatar Jul 06 '15 21:07 Schabernack

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

mithro avatar Jul 07 '15 07:07 mithro