-
```
Importing other proto-files with the keyword "import" should be possible.
This feature may require some changes to the compiler architecture:
* import declarations are followed by a recursive d…
-
```
What steps will reproduce the problem?
1. protoxs --cpp_out=. --out=. toto.proto
2.
3.
What is the expected output? What do you see instead?
Output files ;) => infinite loop, allocate all memory
…
-
Very new to protocol buffers so sorry if this is something simple on my end...
I have installed this repo via composer. I have also installed protoc via homebrew.
When I run the following comman…
-
We want to extend our C++ project with the support for **proto** files. We defined **ProjectSchemaDefinitions** for ProtoBuf and Visual Studio can recognize such files.
We extended the **BeforeBuil…
-
使用wenda写文章时出现以下报错:
Traceback (most recent call last):
File "/usr/local/anaconda3/envs/wenda/lib/python3.11/asyncio/selector_events.py", line 165, in _accept_connection
conn, addr = sock.accep…
-
it's a bit odd having src/lightstep_carrier.proto and src/collector/collector.proto nested inside of it. Also, having the generated files separate spreads things out a bit. I'm used to having them all…
-
Similar to https://github.com/google/protobuf-gradle-plugin#protos-in-dependencies add ability to reference artifact dependencies (in the form of tar.gz or zip archives) to be used as sources of *.pro…
-
pglogical_apply.o pglogical_conflict.o pglogical_manager.o pglogical.o pglogical_node.o pglogical_relcache.o pglogical_repset.o pglogical_rpc.o pglogical_functions.o pglogical_queue.o pglogical_fe.o p…
-
Hi! I got some unexpected behaviour when trying to optimise collection proto files.
Seems like `imports a.proto` won't be removed if any of proto file in collection has a dependency to `a.proto`
…
-
Helo, I'm using jmeter-grpc-request plugin for JMeter, which uses protoc-jar lib
Since this plugin uses `Protoc.runProtoc`, which I identified as root of my issues I'm writing here.
Protoc does …