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

App::get_options(): Assert correct usage #3032

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

Conversation

Lestropie
Copy link
Member

This is intended to catch cases where a developer erroneously includes the leading dash character in the name of a command-line option when invoking the App::get_options() or App::get_option_value() function.

The runtime of dwidenoise in #3029 was observed to not be varying as a function of kernel radius due to the bug in 7c8fc04. This change is intended to catch such coding errors more directly and immediately.

This is intended to catch cases where a developer erroneously includes the leading dash character in the name of a command-line option when invoking the App::get_options() or App::get_option_value() function.
@Lestropie Lestropie self-assigned this Nov 6, 2024
Copy link

github-actions bot commented Nov 6, 2024

clang-tidy review says "All clean, LGTM! 👍"

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.

1 participant