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

Conversation

johnhaddon
Copy link
Member

This just removes a few deprecated methods from the future 1.4 release. They're all pretty esoteric, so I don't expect them to cause anyone any problems.

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()`.
…lue()`

And adjust `TypedPlugTest.testPrecomputedHash()` to actually test a TypedPlug instead of a StringPlug.
Copy link
Contributor

@murraystevenson murraystevenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johnhaddon johnhaddon merged commit 5eabf71 into GafferHQ:main Sep 22, 2023
4 checks passed
@johnhaddon johnhaddon deleted the removeDeprecations branch September 27, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants