Giter VIP home page Giter VIP logo

Comments (3)

jhump avatar jhump commented on July 27, 2024

Interesting that protoc produces something different than that created by the Go protobuf library, which is what I used to determine the text format. The protobuf developers page does not provide a spec for the text format, and I've read that it's not really meant for machine-to-machine communications, only for human consumption (which I guess is why it's not spec'ed?)

In any event, the Go protobuf library emits foo: < ... > for normal nested message fields but emits foo{ ... } for groups, which is both what protoreflect emits and expects to consume. I think it will probably be an easy change to relax this constraint so it can accept either for groups and nested messages.

from protoreflect.

connesc avatar connesc commented on July 27, 2024

Thanks for this detailed answer!

I agree that the text format does not look to be intended for interoperability, probably because the canonical JSON mapping is much better suited for that. However, since neither protoc nor grpc_cli support JSON for the moment, it would be really nice to remain compatible with their text format.

Looking at the C++ implementation, it seems that < ... > and { ... } can be used interchangeably. I have also noted a special handling of colons, maybe there are some other subtleties. Similar behaviors can also be found in the Golang implementation here and here.

from protoreflect.

connesc avatar connesc commented on July 27, 2024

Oh nice, you already fixed it, well done!

from protoreflect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.