You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ring/ring.proto: is an editions file, but code generator protoc-gen-fastmarshal hasn't been updated to support editions yet. Please ask the owner of this code generator to add support or switch back to proto2/proto3.
Additional Info
Any extra documentation required to understand the issue.
The text was updated successfully, but these errors were encountered:
Looking into what it would take to implement this (https://protobuf.dev/editions/implementation) and this looks to be a sizeable chunk of work. It will be difficult for us to get this implemented as there is no driving force to move us off proto2/proto3 to editions.
That being said, if you wanted to take a crack at it, I would be more than willing to review the PRs and work to get that merged.
Title
Support for new standard proto syntax: https://protobuf.dev/editions/overview/
Edition 2023 is already in use, with Edition 2024 coming "early 2025"
Will this be implemented?
Description
Currently when using editions with latest protoc:
protoc \ -I . \ --go_opt=default_api_level=API_OPAQUE \ --go_out=paths=source_relative:. \ --fastmarshal_out=apiversion=v2,paths=source_relative:. \ --go-grpc_out=require_unimplemented_servers=false,paths=source_relative:. \ ring/ring.proto
ring/ring.proto: is an editions file, but code generator protoc-gen-fastmarshal hasn't been updated to support editions yet. Please ask the owner of this code generator to add support or switch back to proto2/proto3.
Additional Info
Any extra documentation required to understand the issue.
The text was updated successfully, but these errors were encountered: