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

Tech debt: remove StringMatcher-related singletons. #32792

Closed
ggreenway opened this issue Mar 8, 2024 · 0 comments · Fixed by #33072
Closed

Tech debt: remove StringMatcher-related singletons. #32792

ggreenway opened this issue Mar 8, 2024 · 0 comments · Fixed by #33072
Assignees

Comments

@ggreenway
Copy link
Contributor

Currently the Regex engine is stored in a singleton instead of being passed to where it is used. #32586 also would add more singletons for similar purpose.

This should be cleaned up, and a factory context with the appropriate objects should be passed to all locations that need these singletons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant