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

Protobuf 2.6.0 support #104

Open
C-h-e-r-r-y opened this issue Feb 24, 2015 · 1 comment
Open

Protobuf 2.6.0 support #104

C-h-e-r-r-y opened this issue Feb 24, 2015 · 1 comment

Comments

@C-h-e-r-r-y
Copy link

For now it is impossible to generate scala classes with oneof fields.

<unknown> '}' expected but 'o' found
oneof my_value {

With proto like that:

message MyMessage {
    oneof my_value {
        string stringvalue = 1;
        double doublevalue = 2;
    }
}
@andi1400
Copy link

just ran into the same issue. Is there any support planned for this?

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

No branches or pull requests

2 participants