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

Allow for Enum8 and DateTime64 value comparison #173

Merged

Conversation

scrabsha
Copy link
Contributor

The problem here is similar to what is descibed at #172: the
implementation of PartialEq for Value doesn't try to handle the
Enum8 and DateTime64 variant.

This commit adds the corresponding match arms and actually performs the
equality checks.

The problem here is similar to what is descibed at [1]: the
implementation of `PartialEq` for `Value` doesn't try to handle the
`Enum8` and `DateTime64` variant.

This commit adds the corresponding match arms and actually performs the
equality checks.

[1]: suharev7#172
@suharev7 suharev7 merged commit 5d1aae2 into suharev7:async-await May 22, 2022
@suharev7
Copy link
Owner

Thank you

@scrabsha scrabsha deleted the scrabsha/fix-date64-partialeq branch May 23, 2022 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants