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

Bring back placeholder value in CommandExecutor to fix #2541 #2543

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

domenukk
Copy link
Member

This fixes #2541 by un-commenting what was commented out in #2167

@domenukk domenukk merged commit 3577986 into main Sep 23, 2024
22 checks passed
@domenukk domenukk deleted the fix_command branch September 23, 2024 13:59
@@ -105,7 +105,7 @@ where

for (i, arg) in args.enumerate() {
if i == *argnum {
debug_assert_eq!(arg, "DUMMY");
debug_assert_eq!(arg, "PLACEHOLDER");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i thought that dummy was a bad name

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.

CommandExecutor input not being provided to fuzzer if only arg_input_arg() was called
2 participants