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

automata/dfa: add BuildError::is_size_limit_exceeded #1237

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

BurntSushi
Copy link
Member

This adds a new predicate that supports very minimal introspection
ability into why DFA construction failed.

Closes #1236

This adds a new predicate that supports very minimal introspection
ability into why DFA construction failed.

Closes #1236
@BurntSushi BurntSushi merged commit 225c94c into master Nov 11, 2024
16 checks passed
@BurntSushi BurntSushi deleted the ag/is-size-limit-exceeded branch November 11, 2024 15:16
@BurntSushi
Copy link
Member Author

This PR is on crates.io in regex-automata 0.4.9.

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.

Expose whether a regex_automata error was a size overflow or another error
1 participant