Skip to content

[BUG] Could not create collection if proto file contains google.protobuf.EnumValueOptions #53

@heggi

Description

@heggi

Describe the bug
Creating collection with proto file contains extend google.protobuf.EnumValueOptions throw error object must be a valid nested object

Minimal example file:

syntax = "proto3";

import "google/protobuf/descriptor.proto";

extend google.protobuf.EnumValueOptions {
  optional string name = 54321;
}

To Reproduce
Steps to reproduce the behavior:
Try create collection with minimal example file

Expected behavior
Successful created collection

Environment

  • OS: windows 10
  • ezy Version 1.0.0-beta.16

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions