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

Don't create assert_initialized_main_thread!() assertions for enum/flags methods #1426

Open
sdroege opened this issue Jan 11, 2023 · 1 comment

Comments

@sdroege
Copy link
Member

sdroege commented Jan 11, 2023

They take self and we don't do that for to_value() for example, so for consistency also shouldn't do that for other methods.

@bilelmoussaoui
Copy link
Member

This is a pretty easy change but we would have to modify the assertion check test to skip enum/flags

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

2 participants