-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unhelpful ParseArgs help text validation (#17394)
- Help text validation when CHIP_CONFIG_ENABLE_ARG_PARSER_VALIDITY_CHECKS are enabled are both unhelpful and unsafe. Unhelpful because such failures are unlikely to get better code delivered, and unsafe because the algorithms used make use of sketchy tricky code with negative indexing that was shown to sometimes fail on ARM builds. This PR removes the help content checks Fixes #17323
- Loading branch information
1 parent
ea4c3dd
commit c2e0357
Showing
1 changed file
with
0 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters