Skip to content

Fix short names in CLI debugger #1476

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

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

Conversation

stevedlawrence
Copy link
Member

Removes all remaining uses of the name parameter when doing things like filtering or searching subcommands. Instead, we now always uses the "matches" function, which takes into account both short and long name. This fixes the "info" command and the "diffExcludes" setting.

The name variable is now only used when when outputting the name of a debugger command that was run.

This also always enables debugger command name conflict detection. It doesn't really need to always be run, but we never uncomment this to actually check for conflicts, and it's fast enough that it's not noticable.

DAFFODIL-2991

Removes all remaining uses of the name parameter when doing things like
filtering or searching subcommands. Instead, we now always uses the
"matches" function, which takes into account both short and long name.
This fixes the "info" command and the "diffExcludes" setting.

The name variable is now only used when when outputting the name of a
debugger command that was run.

This also always enables debugger command name conflict detection. It
doesn't really need to always be run, but we never uncomment this to
actually check for conflicts, and it's fast enough that it's not
noticable.

DAFFODIL-2991
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