Arwalk / zig-protobuf

a protobuf 3 implementation for zig.
MIT License
219 stars 25 forks source link

Update to Zig `HEAD` version #35

Closed Ev1lT3rm1nal closed 8 months ago

Ev1lT3rm1nal commented 8 months ago

It is not running on either version 0.11.0 or the current zig master version (0.12.0-dev.2341+92211135f)

Arwalk commented 8 months ago

Looks like ZLS moved out of zpm. Gotta do something about the install.sh script of dev container too.

Arwalk commented 8 months ago

Ok, zig build system changed a lot and that impacts the ProtocStep builder.

Took a quick look already, WIP PR ongoing.

Arwalk commented 8 months ago

pr is working as-is but need some refinements. @Ev1lT3rm1nal if you can't wait a release you can pull the branch. I'm missing some details to make it proper.

Ev1lT3rm1nal commented 8 months ago

I'm ok with this, I haven't tried it yet tho.

Arwalk commented 8 months ago

In any case, thanks for the heads up.