Closed ilaleksin closed 1 year ago
This addresses https://github.com/jhump/protoreflect/issues/570 Enum Builder panics if some of EnumValue's have Number field explicitly set.
Particularly, it copies logic from message builder https://github.com/jhump/protoreflect/blob/master/desc/builder/message.go#L756
This addresses https://github.com/jhump/protoreflect/issues/570 Enum Builder panics if some of EnumValue's have Number field explicitly set.
Particularly, it copies logic from message builder https://github.com/jhump/protoreflect/blob/master/desc/builder/message.go#L756