Skip to content

Nested enums don't have a python object created #15

Description

@joeshaw

If you next an enum inside an object, like so:

message Foo {
    message Bar {
        enum Quux {
            NAH = 0;
            YEAH = 1;
         }

         optional Quux quux = 1;
    }

    optional Bar bar = 1;
}

It never is placed into the enums list, and the Python object is never constructed for it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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