Open mantasindrasius opened 4 years ago
@mantasindrasius , thanks for reporting! I confirm that unknown fields are not converted to/from java for any ScalaPB message. Will you be able to work on a PR for this?
Not sure at the moment, but I'll notify in case I'll be able to.
@mantasindrasius That's ok. For context, does this issue has practical implications on your project or is it just a gap that you've identified?
Conversions from java protobuf library to scala and back are missing the
Misses UnknownFieldSet in one of the fields:
This works:
The methods seems lacking the UnknownFieldSet setters: https://github.com/scalapb/ScalaPB/blob/master/scalapb-runtime/src/main/scalajvm/com/google/protobuf/descriptor/FieldOptions.scala#L211