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

tidy variant checks #195

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

tidy variant checks #195

wants to merge 4 commits into from

Conversation

tomjnixon
Copy link
Member

@tomjnixon tomjnixon commented Jan 23, 2024

closes #191

Perhaps this should be called isVariantType instead? It's nice if the name of this matches std::holds_alternative which will eventually replace this.

Code size changes are not dramatic, but every little helps.

@tomjnixon tomjnixon force-pushed the tidy_variant_checks branch from 2e847d3 to 9f0bdb2 Compare January 23, 2024 13:16
@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3f94a9b) 89.91% compared to head (aaf0c8c) 89.91%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   89.91%   89.91%           
=======================================
  Files         125      125           
  Lines        5812     5812           
=======================================
  Hits         5226     5226           
  Misses        586      586           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tomjnixon tomjnixon force-pushed the tidy_variant_checks branch from 9f0bdb2 to aaf0c8c Compare January 23, 2024 13:24
@tomjnixon tomjnixon marked this pull request as ready for review January 23, 2024 13:53
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.

tidy up variant type tests
2 participants