Skip to content

The code generator doesn't properly handle some field names #19

@dshaffer

Description

@dshaffer

if you create a message with certain names for fields the code generator fails.

message Msg
{
    optional int32  value = 1;
    optional int32 time = 2;
    optional int32 xtime = 3;
}

I don't know if there are any other names that cause problems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions