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

Include namespace classes in pretty printing #4142

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

DRMacIver
Copy link
Member

Someone pointed out to me that the changes from #4133 now meant some nested types they had were no longer pretty printing with their namespace (despite this being in their repr). This PR fixes that. I also noticed that we had the same problem with enum types declared nested, so I fixed that too.

@DRMacIver
Copy link
Member Author

Can we just turn off the 3.14 builds on PRs until they're less broken? Having to explicitly skip every test that uses attrs is tedious.

Copy link
Member

@Zac-HD Zac-HD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to disable 3.14 for now 👍

@DRMacIver DRMacIver force-pushed the DRMacIver/qualname-in-pretty branch from afaa36e to 479ca98 Compare October 23, 2024 09:07
@Zac-HD Zac-HD merged commit 8f93105 into master Oct 23, 2024
48 checks passed
@Zac-HD Zac-HD deleted the DRMacIver/qualname-in-pretty branch October 23, 2024 17:45
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.

2 participants