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

De-virtualize interfaces for specialized diffing #254

Merged
merged 1 commit into from Mar 3, 2021
Merged

Commits on Mar 3, 2021

  1. De-virtualize interfaces for specialized diffing

    Specialized diffing strings and slices should occur for
    interface types where both values have the same concrete type.
    This is especially relevant for protocmp.Transform,
    which transforms every proto.Message as a map[string]interface{}.
    dsnet committed Mar 3, 2021
    Copy the full SHA
    259d80b View commit details
    Browse the repository at this point in the history