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

refactor: implement inject_subquery with re.search and str slicing #137

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

lu-pl
Copy link
Contributor

@lu-pl lu-pl commented Nov 11, 2024

The regex with an absolute anchor + negated char set is more precise than the original version. Also, indentation is completely unnecessary, a potential source of bugs and clutters up the implementation.

The regex with an absolute anchor + negated char set is more precise
than the original version. Also, indentation is completely unnecessary, a potential
source of bugs and clutters up the implementation.
@lu-pl lu-pl requested a review from b1rger November 11, 2024 13:38
@lu-pl lu-pl requested review from kevinstadler and removed request for b1rger November 26, 2024 14:40
@lu-pl lu-pl merged commit e823e28 into main Nov 26, 2024
9 checks passed
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