protocolbuffers/protobuf

inconsistent handling of keywords and conflicts

Open

#10.491 aperta il 1 set 2022

Vedi su GitHub
 (1 commento) (3 reazioni) (0 assegnatari)C++ (16.128 fork)batch import
help wantedprotoc

Metriche repository

Star
 (71.223 star)
Metriche merge PR
 (Merge medio 2g 11h) (185 PR mergiate in 30 g)

Descrizione

Various code generators and languages have interesting non-overlapping sets of keywords. Protobuf as a whole does not handle these things consistently (sometimes it mangles them, sometimes it generates code that doesn't compiler). When the mangling causing conflicts with other feels we are one again inconsistent. Then we are sad.

What needs to happen is a systematic push to

  1. figure out what we do now
  2. propose a unified solution
  3. move things to it

Guida contributor