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 subscribable value from hash #48

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

tahirmt
Copy link
Contributor

@tahirmt tahirmt commented Feb 27, 2024

The reason for doing this is pretty much in the comment I added

@tahirmt tahirmt merged commit fc05979 into master Feb 27, 2024
7 checks passed
@tahirmt tahirmt deleted the remove-hash-for-subscribable branch February 27, 2024 16:09
// The hash does not include `currentValue` because for Subscribable
// values they will likely change during the lifecycle of an object
// and the hash value is not maintained constant. This can lead to unexpected
// behavior where a stable hash value is expected. e.g using the object as
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm confused by this change. Wouldn't currentValue changing the hash be expected behavior if a user is including the subscribable in a particular hash for an object?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants