We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
println
static_assert
static_assert failing will prevent println's from happening in tests
Ensure that we maintain a good UX for when static_assert fails, e.g. by adding support for compile-time println (#5342 (comment))
Nice-to-have
No response
Yes
Comment out all failing static_assert statements to see the println results
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
static_assert
failing will preventprintln
's from happening in testsHappy Case
Ensure that we maintain a good UX for when
static_assert
fails, e.g. by adding support for compile-timeprintln
(#5342 (comment))Project Impact
Nice-to-have
Impact Context
No response
Workaround
Yes
Workaround Description
Comment out all failing
static_assert
statements to see theprintln
resultsAdditional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: