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

3.x #419

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

3.x #419

wants to merge 4 commits into from

Conversation

timostamm
Copy link
Owner

Let's start with the 3.x release by making it master.

continue; // we skip this field, and all other members too
}
fieldValue = group.value; // our value comes from the the oneof group of the source
output = (target as UnknownMessage)[field.oneof] as UnknownOneofGroup; // and our output is the oneof group of the target
output.kind = group.kind; // always update discriminator
name = "value"; // the field name for a oneof's value is always 'value'
Copy link
Contributor

@jcready jcready Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removal seems unintentional and might break stuff. The commit seems unrelated 5cd88e2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants