protocolbuffers / protocolbuffers/protocolbuffers.github.io

Installation doc needs update for major-less versioning?

オープン
#247 コメント 1 件 リアクション 0 件 担当者 1 名 GitHub で見る

@jguamie がすでに取り組んでいます。

2025年10月17日 から。

主要言語
HTML
スター
69
フォーク
179
PR マージ指標
30日以内にマージされた PR はありません

説明

At Protocol Buffer Compiler Installation (content/installation.md), in the "Install Using a Package Manager" section, it contains a warning about using a package manager and ensuring that the compiler version is 3+, but I'm thinking that the 3+ check predates the switch to major-less versioning for protoc?

For example, for macOS, the instructions say:

brew install protobuf
protoc --version  # Ensure compiler version is 3+

And when I run that on macOS, I get 29.3:

$ /opt/homebrew/bin/protoc --version
libprotoc 29.3

29.3 is obviously >= 3, but this is the major-less version, so I'm think it's not what the installation document intends to say.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。