protocolbuffers / protocolbuffers/protocolbuffers.github.io
Invalid Proto3 syntax example in `Protobuf Editions > Overview#Proto3 syntax`
Offen
@jguamie arbeitet bereits daran.
Seit 17.10.2025.
- Vorherrschende Sprache
- HTML
- Sterne
- 69
- Forks
- 179
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
In the overview of Protobuf Editions is a proto3 example that uses the removed default syntax:
syntax = "proto3";
...
message Player {
// in proto3, optional fields have explicit presence
optional string name = 1 [default = "N/A"];
...
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.