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

Remove deprecations #5469

Merged
merged 4 commits into from
Sep 22, 2023
Merged

Remove deprecations #5469

merged 4 commits into from
Sep 22, 2023

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    ac5c33b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Plug Tests : Test _precomputedHash more robustly

    Our hash caching is now so aggressive that even if the precomputed hash was ignored, we'd still be pulling the hash out of the cache. So we now clear the cache to be sure that if the precomputed hash was ignored, that would trigger another call to `ComputeNode::hash()`.
    johnhaddon committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9a71bec View commit details
    Browse the repository at this point in the history
  2. StringPlug : Remove deprecated precomputedHash argument from `getVa…

    …lue()`
    
    And adjust `TypedPlugTest.testPrecomputedHash()` to actually test a TypedPlug instead of a StringPlug.
    johnhaddon committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bc79202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc31bfb View commit details
    Browse the repository at this point in the history