We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Creating collection with proto file contains extend google.protobuf.EnumValueOptions throw error object must be a valid nested object
extend google.protobuf.EnumValueOptions
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
Additional context
The text was updated successfully, but these errors were encountered:
Hello @heggi! Thank you for your bug report. It seems that the current bug is related to protobufjs/protobuf.js#1709 - please add reactions there.
Under the hood ezy uses protobufjs for parsing proto files and there is an issue with the same problem. I'll ping protobufjs maintainer to fix this.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Creating collection with proto file contains
extend google.protobuf.EnumValueOptions
throw errorobject must be a valid nested object
Minimal example file:
To Reproduce
Steps to reproduce the behavior:
Try create collection with minimal example file
Expected behavior
Successful created collection
Environment
Additional context
The text was updated successfully, but these errors were encountered: