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

remove default value for regex_provider #852

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Jan 27, 2025

We now require user to explicitly define the regex_provider to accidentaly use std_regex_provider in production. In a follow up pull-request, I'll move std_regex_provider behind ADA_USE_UNSAFE_STD_REGEX_PROVIDER flag to ensure that we only use it while testing.

We can later replace the std::regex implementation with something else, and remove this unsafe flag.

@anonrig anonrig requested review from lemire and jasnell January 27, 2025 17:06
@anonrig anonrig force-pushed the yagiz/remove-std-regex-provider-as-default branch from 936046b to 420a6c1 Compare January 27, 2025 17:13
@anonrig anonrig merged commit 27e7f7c into main Jan 27, 2025
41 checks passed
@anonrig anonrig deleted the yagiz/remove-std-regex-provider-as-default branch January 27, 2025 17:29
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