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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make backtracking modifiers on alternations work correctly #368

Merged
merged 2 commits into from
Sep 20, 2017

Commits on Aug 27, 2017

  1. Make || alternations respect :ratchet mode

    :ratchet mode already stopped the regex engine from backtracking
    into quantifiers and `|` (LTM) alternations.
    
    Now it also stops it from backtracking into `||` (sequential)
    alternations.
    
    (Fixes RT #130117)
    smls committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    263257a View commit details
    Browse the repository at this point in the history
  2. Allow per-atom backtracking modifiers to override :ratchet

    (This fixes RT #131973.)
    smls committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    ba165c8 View commit details
    Browse the repository at this point in the history