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

Fix !isset() with Variable #2710

Merged
merged 37 commits into from
Nov 28, 2023
Merged

Fix !isset() with Variable #2710

merged 37 commits into from
Nov 28, 2023

Commits on Nov 28, 2023

  1. Regression test

    ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1ac5e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75d892 View commit details
    Browse the repository at this point in the history
  3. More precise falsey isset()

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    28592a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3106f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccb4f63 View commit details
    Browse the repository at this point in the history
  6. Fix build

    ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fe30fd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96c909a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41357e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04d44ab View commit details
    Browse the repository at this point in the history
  10. Fix !isset() with Variable

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b9acee8 View commit details
    Browse the repository at this point in the history
  11. more tests

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    442f047 View commit details
    Browse the repository at this point in the history
  12. mixed tests

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2046db0 View commit details
    Browse the repository at this point in the history
  13. simplify?

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f99e6d3 View commit details
    Browse the repository at this point in the history
  14. more tests

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    850eb15 View commit details
    Browse the repository at this point in the history
  15. refactor

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3809fc9 View commit details
    Browse the repository at this point in the history
  16. remove unnecessary unset()

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cd1fc73 View commit details
    Browse the repository at this point in the history
  17. More tests

    ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    762e6a6 View commit details
    Browse the repository at this point in the history
  18. more tests, fixes

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a9cab71 View commit details
    Browse the repository at this point in the history
  19. added drupal test

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e497572 View commit details
    Browse the repository at this point in the history
  20. Revert "added drupal test"

    This reverts commit 3eda7cc.
    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f86dbe3 View commit details
    Browse the repository at this point in the history
  21. relax test

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    20be372 View commit details
    Browse the repository at this point in the history
  22. added failling coalesce test

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dd9a745 View commit details
    Browse the repository at this point in the history
  23. experimental coalesce fix

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    77389f0 View commit details
    Browse the repository at this point in the history
  24. added ternary certainty tests

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7be4cff View commit details
    Browse the repository at this point in the history
  25. test isset()/empty() with unset()

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9c082f0 View commit details
    Browse the repository at this point in the history
  26. restore certainty in ternary isset()

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    91f2532 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d0dede2 View commit details
    Browse the repository at this point in the history
  28. more reverse ternary tests

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5e8c3b8 View commit details
    Browse the repository at this point in the history
  29. assert more types

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    20e5054 View commit details
    Browse the repository at this point in the history
  30. simplify

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a01cb4c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a917377 View commit details
    Browse the repository at this point in the history
  32. lazier type resolving

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7bcda04 View commit details
    Browse the repository at this point in the history
  33. Fix conditional types

    staabm authored and ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4bab4bb View commit details
    Browse the repository at this point in the history
  34. Fix conditional bug

    ondrejmirtes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b9948f5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    32cbe96 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6e72a32 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e718636 View commit details
    Browse the repository at this point in the history