Skip to content

compilation failure for field names having numbers #596

@alexander-fenster

Description

@alexander-fenster

For protobuf field names like something_123_something, protobuf.js converts it to something_123Something which is incorrect snake case, while the generator produces something123Something which is probably correct. We need to either make the generator behave the same way as protobuf.js does, or vice versa.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions