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

Improving regex patterns #533

Merged
merged 3 commits into from
Aug 11, 2021
Merged

Improving regex patterns #533

merged 3 commits into from
Aug 11, 2021

Conversation

eddynaka
Copy link
Collaborator

@eddynaka eddynaka commented Aug 11, 2021

This change is replacing \b for the following patterns:

(?:[^some_pattern]|^)
(?:[^some_pattern]|$)

@@ -7,71 +7,12 @@
Iv1.01234567testtest
</GitHubId>

********************************************************************************
Copy link
Collaborator Author

@eddynaka eddynaka Aug 11, 2021

Choose a reason for hiding this comment

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

cleaning up duplicated tests since we have intrafile search for this rule #ByDesign

Src/Changelog.md Outdated
@@ -0,0 +1,664 @@
# Changelog
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Changelog

creating a changelog.md and will update in a follow-up pr the releasehistory.md with relevant changes.

Copy link
Member

Choose a reason for hiding this comment

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

Why do we have two files? Are we really going to maintain change log in this way, manually? i.e., describe the developer maintenance process to me.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the changelog is something auto-generated
the releasehistory is basically the relevant changes.

Copy link
Member

@michaelcfanning michaelcfanning left a comment

Choose a reason for hiding this comment

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

:shipit:

@eddynaka eddynaka merged commit 336afda into main Aug 11, 2021
@eddynaka eddynaka deleted the users/ednakamu/improving-regex branch August 11, 2021 17:51
@michaelcfanning michaelcfanning mentioned this pull request Aug 25, 2021
2 tasks
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.

None yet

2 participants