We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Oh, and I realized that currently pretty-simple doesn't parse and pretty-print lazily with the compact option:
pretty-simple
> pPrintOpt CheckColorTty defaultOutputOptionsDarkBg { outputOptionsCompact = True } (repeat 3)
This doesn't print anything. Maybe I should make a separate issue about this...
Originally posted by @cdepillabout in #84 (comment)
The text was updated successfully, but these errors were encountered:
This is probably my fault. I'd never even thought to test it.
Sorry, something went wrong.
Yeah, I think the real problem here is that pretty-simple doesn't have any tests checking the whole laziness thing!
We have at least one! I remember from #67 (comment).
No branches or pull requests
Oh, and I realized that currently
pretty-simple
doesn't parse and pretty-print lazily with the compact option:This doesn't print anything. Maybe I should make a separate issue about this...
Originally posted by @cdepillabout in #84 (comment)
The text was updated successfully, but these errors were encountered: