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

requisite_any: dont fall in an infinite loop when req doesnt exist #55777

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 12, 2023

  1. requisite_any: dont fall in an infinite loop when req doesnt exist

    the missing req logic wasn't picking up the _any variants causing an
    infinite loop. this fixes that.
    mattp- authored and dwoz committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e9e41bf View commit details
    Browse the repository at this point in the history
  2. Test fix

    dwoz committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    000a1db View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Fix pre-commit

    dwoz committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8905594 View commit details
    Browse the repository at this point in the history