Skip to content

192 bug excluded inputs regex argument is not respected#196

Merged
averissimo merged 19 commits into
mainfrom
192-bug-excluded_inputs_regex-argument-is-not-respected
Jul 14, 2025
Merged

192 bug excluded inputs regex argument is not respected#196
averissimo merged 19 commits into
mainfrom
192-bug-excluded_inputs_regex-argument-is-not-respected

Conversation

@Gotfrid
Copy link
Copy Markdown
Member

@Gotfrid Gotfrid commented Dec 13, 2024

Closes #192

Changes description

Remove string escaping to allow regex to actually work.

Do be honest, I don't understand why the regex is escaped in the first place.
I checked several levels of git-blame, and some form of string escaping was first introduced here by @arunkodati77.

@averissimo maybe you have some context as to why this change was needed? The way I see it today, is that a regex string should be escaped in case you don't want it to be parsed as a regex, not vice versa.

Definition of done

  • Have you read the Contributing Guidelines?
  • NEWS.md file has been updated
  • Development version has been bumped (x.y.z.90XX)
  • Issue has been linked with this PR (via Closing keywords or right sidebar under Development)

@Gotfrid Gotfrid linked an issue Dec 13, 2024 that may be closed by this pull request
1 task
@Gotfrid Gotfrid requested a review from averissimo December 13, 2024 18:22
@averissimo
Copy link
Copy Markdown
Contributor

Thanks for the fix, looks good 🤩

Can you look at #201 that extracts the function and tests it? (so this does not ever happen again)

Copy link
Copy Markdown
Contributor

@averissimo averissimo left a comment

Choose a reason for hiding this comment

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

💯 great work here

@averissimo averissimo merged commit 10d3a89 into main Jul 14, 2025
9 checks passed
@averissimo averissimo deleted the 192-bug-excluded_inputs_regex-argument-is-not-respected branch July 14, 2025 09:08
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.

[Bug]: excluded_inputs_regex argument is not respected

2 participants