Skip to content

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

@joeshaw

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.

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