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

Crash with checks on large protocol buffers #14

Open
elliotmr opened this issue Nov 14, 2023 · 0 comments
Open

Crash with checks on large protocol buffers #14

elliotmr opened this issue Nov 14, 2023 · 0 comments

Comments

@elliotmr
Copy link

I just updated to the latest version of assert and it seems to be causing havoc on our CI/CD system. The problem is that we have several checks on large protocol buffers. The private state member is then rendered through the repr reflection system and it can be hundreds of thousands (millions?) of lines.

  • Did the default behavior of printing private members change recently?
  • Is there some way that I can globally disable showing private members in the assert library without having to pass extra arguments to every assert call?
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