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 a couple property handler bugs #37186

Merged
merged 8 commits into from May 7, 2024

Commits on Apr 18, 2024

  1. Check if the tie is static, aka fixed.

    The underlying function does not add a tie to its list of ties if the expression is static.
    The property handler does not follow this behaviour and adds static ties to m_ties.
    Therefore, simply checking that getTie returns a nullpointer is not enough to confirm that a tie has been removed.
    jhaigh0 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2306e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c770e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2914c2 View commit details
    Browse the repository at this point in the history
  4. show static ties as fixes

    jhaigh0 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2089d17 View commit details
    Browse the repository at this point in the history
  5. added release note

    jhaigh0 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bcf11ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97b7e81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b241f0e View commit details
    Browse the repository at this point in the history
  8. move suppressions again

    jhaigh0 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bfaf396 View commit details
    Browse the repository at this point in the history