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: adds the correct matching of proto.Message types #178

Closed
wants to merge 2 commits into from

Conversation

tristanang
Copy link

@tristanang tristanang commented May 30, 2024

Types generated by protocol buffers are incompatible with reflect.DeepEqual and needs to use proto.Equal instead. This PR modifies the matcher behavior so that proto.Equal is used if both the compared types satisfy the proto.Message interface.

@CLAassistant
Copy link

CLAassistant commented May 30, 2024

CLA assistant check
All committers have signed the CLA.

@r-hang
Copy link
Contributor

r-hang commented Jul 1, 2024

I believe this duplicates #61. Is there any new information since that PR was last closed?

@r-hang
Copy link
Contributor

r-hang commented Jul 10, 2024

Closing since this topic was already discussed in #61.

@r-hang r-hang closed this Jul 10, 2024
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.

3 participants