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

Have pretty-printer truncate types if their argument list is really long #34

Open
dgrnbrg opened this issue Mar 17, 2012 · 0 comments
Open

Comments

@dgrnbrg
Copy link
Owner

dgrnbrg commented Mar 17, 2012

Enums, unions, and bundles can have extremely complicated schemas. These should be elided w/ ellipsis by the pretty printer, because they rarely are of much interest beyond their kind, especially since very long ones obscure the actual data. Huge types are very common in piplin code, because they might represent the union of several structs, each of which contains at least one enum.

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

No branches or pull requests

1 participant