Skip to content

Field names conflicting with PB keywords #1

Description

@lyzzard

Hi. This is valid ProtoBuf:

message Status {
    required bool success = 1;
    optional string message = 2;
}

But it generates an error because the name message is a protobuf keyword itself. When the field is renamed, the error goes away. I guess, there needs to be some workaround.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions