protocolbuffers/protobuf
Voir sur GitHubinconsistent handling of keywords and conflicts
Open
#10 491 ouverte le 1 sept. 2022
help wantedprotoc
Métriques du dépôt
- Stars
- (71 223 stars)
- Métriques de merge PR
- (Merge moyen 2j 11h) (185 PRs mergées en 30 j)
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
- figure out what we do now
- propose a unified solution
- move things to it