Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[Feature Request] Move/remove third party protos to a separate place instead of root

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

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
領域
api, build-system

調査の方向性

現在のルートレベルの google/api と google/protobuf のパスを調査し、api-go で protoc が呼び出されている場所を見つけてください。提案されている移動と include-path の変更を比較し、そのうえで、外部ユーザーが独自のサードパーティ製 proto を使用できる状態を保ちながら、リポジトリの protoc コマンドが引き続き動作することを確認してください。

索引モデルが issue の本文から書いたものです。

説明

enhancement
Describe the solution you'd like

Other users protoc from the root of this repo. When https://github.com/temporalio/api/commit/108b40ae508505b64f19ccbe2fdbcd304081391b was done, we put google-based proto dependencies at the same path as our own assuming that all users were ok with using these google protos instead of their own (e.g. from https://github.com/protocolbuffers/protobuf/tree/main/src/google/protobuf).

We probably need to either:

  • Put the third party references where the protoc is actually run (e.g. api-go) and only embed them here when testing

or:

  • Move google/api to thirdparty/google-api/google/api
  • Move google/protobuf to thirdparty/google-protobuf/google/protobuf
  • Add -I thirdparty/google-api and -I thirdparty/google-protobuf to our protoc
  • Confirm the fact that thirdparty is nested under our root is ok and can easily be ignored by most protoc use
主要言語
Go
スター
133
フォーク
101
平均マージ
1日 22時間
マージ済み PR(30日)
11

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

temporalio/api のほかの issue

temporalio/api の issue をすべて見る

似ている issue

Go の issue をもっと見る

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

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