-
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 an existing set of pb files that I'd be interested in using with elm, but they're written with proto2, and it looks like migrating to proto3 might require changes to the code interacting with t…