protocolbuffers/protobuf

inconsistent handling of keywords and conflicts

Open

#10.491 aberto em 1 de set. de 2022

Ver no GitHub
 (1 comment) (3 reactions) (0 assignees)C++ (16.128 forks)batch import
help wantedprotoc

Métricas do repositório

Stars
 (71.223 stars)
Métricas de merge de PR
 (Mesclagem média 2d 11h) (185 fundiu PRs em 30d)

Description

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

Guia do colaborador