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

Ensure println in tests works with static_assert #5348

Open
michaeljklein opened this issue Jun 27, 2024 · 0 comments
Open

Ensure println in tests works with static_assert #5348

michaeljklein opened this issue Jun 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@michaeljklein
Copy link
Contributor

Problem

static_assert failing will prevent println's from happening in tests

Happy Case

Ensure that we maintain a good UX for when static_assert fails, e.g. by adding support for compile-time println (#5342 (comment))

Project Impact

Nice-to-have

Impact Context

No response

Workaround

Yes

Workaround Description

Comment out all failing static_assert statements to see the println results

Additional Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

@michaeljklein michaeljklein added the enhancement New feature or request label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant