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

Fix C++ CLI for .type_various() #3067

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft

Conversation

Lestropie
Copy link
Member

Downstream of #2911.

Found that when transitioning a command-line option from a fixed type to a .type_various(), I got an error relating to attempting to resolve a bad variant. Seems my CLI tests were not comprehensive enough to catch; I might look at expanding that before merging.

#2580 would fix this problem, as each individual possible type would have its own limits data instantiated.

@Lestropie Lestropie added the bug label Feb 16, 2025
@Lestropie Lestropie self-assigned this Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant