Infinite recursion bug#1316
Merged
Merged
Conversation
…with fallthrough enabled.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1316 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 17 19 +2
Lines 4546 5144 +598
Branches 0 1103 +1103
===========================================
+ Hits 4546 5144 +598 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
I got curious how an AI would handle this solution I gave codex the issue vs what I did without AI. Discussion #1317 . I am not entirely sure how I feel about that solution, I was considering going down that route as well, so I don't think it is wrong. Curious what others think. |
LunarWatcher
added a commit
to LunarWatcher/umbra
that referenced
this pull request
May 14, 2026
CLI11 has turned to AI slop. 2.6.2 is the last version without slop (as far as I can tell) * CLIUtils/CLI11#1317 * CLIUtils/CLI11#1316 * CLIUtils/CLI11#1337 As far as I can tell, there are no other alternatives at the time of writing, aside a boost library, and a fair few unmaintained libraries.
LunarWatcher
added a commit
to LunarWatcher/CLI11
that referenced
this pull request
May 14, 2026
Upstream has turned to AI slop: * CLIUtils#1317 * CLIUtils#1316 * CLIUtils#1337 This fork is based on the commit with the v2.6.2 tag, and will be versioned 3.0.0 to separate the versioning trees The following has been removed: * The explicit contributor lists. Git keeps track of this for free * Microslop Azure pipelines * Misc tools I'll never be using * Bazel and meson; I do not have capacity to maintain two extra build systems for no reason * Microslop GitDowntime CodeQL
LunarWatcher
added a commit
to LunarWatcher/hazel
that referenced
this pull request
May 14, 2026
CLI11 has turned to AI slop. 2.6.2 is the last version without slop (as far as I can tell) * CLIUtils/CLI11#1317 * CLIUtils/CLI11#1316 * CLIUtils/CLI11#1337 The fork diverges at 2.6.2 to keep it slop-free (or at least prevent additional AI slop)
LunarWatcher
added a commit
to LunarWatcher/CLI11
that referenced
this pull request
May 14, 2026
Upstream has turned to AI slop: * CLIUtils#1317 * CLIUtils#1316 * CLIUtils#1337 This fork is based on the commit with the v2.6.2 tag, and will be versioned 3.0.0 to separate the versioning trees The following has been removed: * The explicit contributor lists. Git keeps track of this for free * Microslop Azure pipelines * Misc tools I'll never be using * Bazel and meson; I do not have capacity to maintain two extra build systems for no reason * Microslop GitDowntime CodeQL
LunarWatcher
added a commit
to LunarWatcher/violet
that referenced
this pull request
May 16, 2026
CLI11 has turned to AI slop. 2.6.2 is the last version without slop (as far as I can tell) * CLIUtils/CLI11#1317 * CLIUtils/CLI11#1316 * CLIUtils/CLI11#1337 The fork diverges at 2.6.2 to keep it slop-free (or at least prevent additional AI slop)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix a bug that led to infinite recursion on subcommand option groups with fallthrough enabled.
FIxes #1315