From 7651b60dcb790d4f36434fe0545fc5396d55bc7c Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Tue, 23 Aug 2022 22:21:15 +0530 Subject: [PATCH 1/2] Add reserved option range for mypy-protobuf Mypy-protobuf is here https://github.com/nipunn1313/mypy-protobuf It currently uses extensions as explained here. https://github.com/nipunn1313/mypy-protobuf/blob/main/proto/mypy_protobuf/extensions.proto It's a fairly stable project for generating type stubs for protobuf. It's been around since ~2015 (open source since 2017). Since open sourcing it, it would make sense to reserve some extension numbers in the global range. See https://github.com/nipunn1313/mypy-protobuf/issues/396 --- docs/options.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/options.md b/docs/options.md index d7c5cb96da..2ecfbba29e 100644 --- a/docs/options.md +++ b/docs/options.md @@ -340,3 +340,7 @@ with info about your project (name and website) so we can add an entry for you. 1. Oclea Service Layer RPC * Website: https://oclea.com/ * Extension: 1150 + +1. mypy-protobuf + * Website: https://github.com/nipunn1313/mypy-protobuf + * Extension: 1151-1159 From 618178a7615682cf00bc77e7750074f594218c8b Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Wed, 24 Aug 2022 10:53:28 +0530 Subject: [PATCH 2/2] Only reserve 4 numbers --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 2ecfbba29e..dc19688235 100644 --- a/docs/options.md +++ b/docs/options.md @@ -343,4 +343,4 @@ with info about your project (name and website) so we can add an entry for you. 1. mypy-protobuf * Website: https://github.com/nipunn1313/mypy-protobuf - * Extension: 1151-1159 + * Extension: 1151-1154