protocolbuffers/protobuf

inconsistent handling of keywords and conflicts

Open

#10,491 创建于 2022年9月1日

在 GitHub 查看
 (1 评论) (3 反应) (0 负责人)C++ (16,128 fork)batch import
help wantedprotoc

仓库指标

Star
 (71,223 star)
PR 合并指标
 (平均合并 2天 11小时) (30 天内合并 185 个 PR)

描述

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

贡献者指南