Closed Drvi closed 2 years ago
Base: 89.04% // Head: 89.04% // No change to project coverage :thumbsup:
Coverage data is based on head (
51962d9
) compared to base (787898a
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This changes codegen for
encode
and_encode_size
methods for OneOf types. This should help type inference, definitely in the case when we don't parameterize the parent struct. E.g. this changes code generated in tests for "complex_message_pb.jl" from:to