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

feat: implement API for treating slow patterns as error instead of warnings #131

Merged
merged 3 commits into from
May 28, 2024

Conversation

plusvic
Copy link
Member

@plusvic plusvic commented May 28, 2024

Slow patterns are those that have atoms with less than 2 bytes. Such patterns can slow down scanning and the compiler raises a warning when it finds one of those patterns. The new APIs allow telling the compiler to raise an error instead of a warning.

@plusvic plusvic enabled auto-merge (squash) May 28, 2024 16:48
@plusvic plusvic merged commit 8c96849 into main May 28, 2024
42 checks passed
@plusvic plusvic deleted the error_on_slow_pattern branch May 29, 2024 07:45
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.

1 participant