SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 34 C++

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

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.
J
Joshua Haberman committed
18950451c7bfb1497f1deaf1c3868e79e332d80a
Parent: 81573b9
Committed by GitHub <noreply@github.com> on 4/20/2020, 10:51:05 PM