protobuf-zig icon indicating copy to clipboard operation
protobuf-zig copied to clipboard

A protocol buffers implementation in zig

Results 3 protobuf-zig issues
Sort by recently updated
recently updated
newest added

currently, running `$ zig build` fails. here is the output: ```console ~/.../zig/protobuf-zig $ zig build install └─ install protoc-gen-zig └─ zig build-exe protoc-gen-zig Debug native failure error: the following command...

trying to generate code for a [simple recursive message type](../blob/main/examples/recursive.proto) produces the following dependency loop error. ```console $ script/gen-all.sh -I examples examples/recursive.proto zig-out/bin/protoc-zig --zig_out=gen -I examples examples/recursive.proto zig test gen/recursive.pb.zig...

https://github.com/travisstaloch/protobuf-zig/actions/runs/9559522253/job/26350006190 Not sure whats causing this. Could be the change to https://github.com/mlugg/setup-zig. TODO - get rid of the sdk step stuff in build.zig and instead do something like https://ziglang.org/learn/build-system/#running-the-projects-tools