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

ruleguard: continue pattern matching for multi-match patterns #340

Merged
merged 1 commit into from
Jan 2, 2022

Commits on Jan 2, 2022

  1. ruleguard: continue pattern matching for multi-match patterns

    This is probably a temporary and sub-optimal solution, but
    it should do for now.
    
    Since matches are much more rare than pattern misses,
    we do the check under the `matched` condition.
    Extra condition shouldn't make anything measurably slower there.
    
    Fixes #339
    quasilyte committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    4c80ca4 View commit details
    Browse the repository at this point in the history