-
I'm planning to work on this, so feel free to assign (I don't have permissions).
### Current situation:
- Grammar used by Helix is https://github.com/yusdacra/tree-sitter-protobuf at `19c211a014…
-
The required syntax of proto2 is now optional in the generated type, is there any way to make it required?
``` protobuf
syntax = "proto2";
message Foo {
required string a = 1;
required st…
-
Hi,
At the time of writing, the PHP implementation of protobuf doesn't support files written in `proto2` format. Are there any plans on making the PHP implementation backwards compatible with `prot…
-
I have a file like
```
edition = "2023";
...
```
When running protoc-gen-doc like so:
```shell
docker run --rm \
-v $(pwd)/:/out \
-v $(pwd)/proto:/protos \
pseudomuto/protoc-gen-doc -…
-
:exclamation: :exclamation: :exclamation:
Migrated from https://github.com/bazelbuild/rules_python/issues/2133
:exclamation: :exclamation: :exclamation:
# 🐞 bug report
### Affected Rule
`py…
-
Would you be open to supporting proto2 syntax? Right now even things like
```proto
syntax = "proto2";
import "annotations.proto";
option java_outer_classname = "IngestProto";
```
fail to pa…
-
Based on the discussion, since protov3 does not support extensions, which makes protoreflect fast paths implementation a lot more easier, we shoudl either disable proto2 support or fallback to the ori…
-
https://developers.google.com/protocol-buffers/docs/proto#extensions
I have existing proto2 protocol definition which uses extensions. And I'm unable to understand how to work with such protocol us…
-
**What version of protobuf and what language are you using?**
Version: v3.26.1
Language: C#
**What operating system (Linux, Windows, ...) and version?**
N/A
**What runtime / compiler are you …
-
I have some protos given to me but its not working with the code generator.
Q1. the proto files given to me has the 'protos/‘ path prefix
Is there an option to fix this (without removing the proto…