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

Override Map.clone to use Map's dup method #7938

Merged
merged 1 commit into from Oct 14, 2021

Commits on Oct 2, 2020

  1. Override Map.clone to use Map's dup method

    Message and Repeated field override clone so that it uses the internal implementation of dup but Map is missing this and only implements dup.  This can lead to unexpected behavior since two out of three complex types behave correctly.
    alusco-scratch committed Oct 2, 2020
    Copy the full SHA
    00a7ea4 View commit details
    Browse the repository at this point in the history