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

Consolidate RE_EUNSUPPORTED syntax errors #473

Merged
merged 3 commits into from
May 30, 2024
Merged

Commits on May 30, 2024

  1. Consolidate PCRE unsupported cases.

    My thinking here is that we don't need to categorise these independently from anything else we consider unsupported, because to the caller the reason something is unsupported doesn't matter. This way there's only one situation for a caller to keep track of, and in particular to not need to remember to update whenever we introduce more unsupported things.
    katef committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0a5e6fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8330d57 View commit details
    Browse the repository at this point in the history
  3. Whitespace.

    katef committed May 30, 2024
    Configuration menu
    Copy the full SHA
    61772d0 View commit details
    Browse the repository at this point in the history