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

192 bug excluded inputs regex argument is not respected #196

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Gotfrid
Copy link
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
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
1 participant