Skip to content

Broken protobuf generation with Optional Vector #20

@CanardMandarin

Description

@CanardMandarin

When an IDL includes a hashMap type, the generated protobuf is invalid.

{
  "name": "creators",
  "type": {
    "option": {
      "vec": {
        "defined": "Creator"
      }
    }
  }
},
	optional repeated Creator creators = 5;

optional cannot be used with repeated

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