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

Ruby: assigning 'nil' to submessage should clear the field. #7397

Merged
merged 1 commit into from Apr 20, 2020

Commits on Apr 18, 2020

  1. Ruby: assigning 'nil' to submessage should clear the field.

    Previously if you assigned 'nil' to a submessage in proto2
    the field would be set to 'nil' but would still have its hasbit
    set. This was a clear bug so I'm fixing it outright, even though
    it is an observable behavior change.
    haberman committed Apr 18, 2020
    Copy the full SHA
    f629fff View commit details
    Browse the repository at this point in the history