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

Greater > and Less Than < comparisons with non-numeric, non-string, non-resource types should report error #10834

Open
wants to merge 9 commits into
base: 5.x
Choose a base branch
from

Commits on Mar 15, 2024

  1. Fix vimeo#10833

    kkmuffme committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6be89a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. allow DateTimeInterface

    kkmuffme committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a1c530a View commit details
    Browse the repository at this point in the history
  2. allow array-key (int|string)

    kkmuffme committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    77f1949 View commit details
    Browse the repository at this point in the history
  3. no error for int|false > 0

    kkmuffme committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    83b6c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d80df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04698c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix tests and shepherd

    kkmuffme committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8e8debc View commit details
    Browse the repository at this point in the history
  2. fix reversed inequality relation used same condition as normal inequa…

    …lity relation leading to missing errors
    kkmuffme committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5584673 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. allow GMP and restrict DateTimeInterface and DateTimeZone to comparis…

    …on with same object type
    kkmuffme committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6a11be0 View commit details
    Browse the repository at this point in the history