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

show: improve typeinfo handling #42852

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

show: improve typeinfo handling #42852

wants to merge 1 commit into from

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Oct 29, 2021

I was trying to figure out if our typeinfo handling was correct, or if it could be improved (obviously, yes), so I added optional kwarg support to all show methods, and then tried to fix our usages of typeinfo based on that change. But I don't really like adding all of these kwargs, so I am thinking of changing this again to take a different approach, but keeping the fixes to the places that we are generating and using the information. Posting this now to get early feedback, if any.

Ensures also that showing a Bool respects the compact flag.

Ensures also that showing a Bool respects the compact flag.
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.

1 participant