Skip to content

Conversation

@badyast
Copy link

@badyast badyast commented Nov 14, 2025

No description provided.

The -debug option is documented to accept an optional "all" parameter,
but calling it without parameters resulted in an error. This happened
because the MatchParser sets boolean true when no parameter is given,
and the old condition (!value.isNull()) treated this as an invalid value.

Fixed by checking the value type: only reject String values that are
not "all", while accepting Boolean values (parameter-less invocation).
The -debug option accepts an optional 'all' parameter that was not
documented in the help text. Updated the documentation to clarify
that -debug can be used alone or with 'all' to enable per-engine
debug mode.
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.

2 participants