ScalaBuff icon indicating copy to clipboard operation
ScalaBuff copied to clipboard

Protobuf 2.6.0 support

Open C-h-e-r-r-y opened this issue 9 years ago • 1 comments

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;
    }
}

C-h-e-r-r-y avatar Feb 24 '15 10:02 C-h-e-r-r-y

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

andi1400 avatar May 19 '16 15:05 andi1400