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

Ignore quantifiers when splitting comma-separated regexes #7241

Closed
wants to merge 4 commits into from

Commits on Jul 28, 2022

  1. Add protection for pylint-dev#7229

    Do not split on commas if they are between braces, since that indicates
    a quantifier. Also added a protection for slow implementations since
    existing workarounds may result in long strings of chained regular
    expressions.
    lihu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8be7a33 View commit details
    Browse the repository at this point in the history
  2. Do not split regex lists in quantifier ranges

    lihu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    40889e3 View commit details
    Browse the repository at this point in the history
  3. Add news fragment

    lihu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3347cf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Remove performance test

    Overkill, slows down unit tests
    
    Co-authored-by: Pierre Sassoulas <[email protected]>
    Lihu Ben-Ezri-Ravin and Pierre-Sassoulas authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b48c339 View commit details
    Browse the repository at this point in the history