Skip to content

Tech debt: remove StringMatcher-related singletons. #32792

@ggreenway

Description

@ggreenway

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions