Alexander Khabarov

Results 7 comments of Alexander Khabarov

I think it would be great if we could use (nested) pattern matching instead of `which_one_of`. For example, if we have the following messages: ```protobuf message X { int64 n...

I think I found a very simple way to implement this that also provides some additional benefits and does not rely on sentinels. Here is a PR: #510

@andrewrk @kubkon This bug is very similar to https://github.com/ziglang/zig/issues/15743 and might be a blocker for the 0.12 release.

@motiejus @kubkon This PR builds on the functionality implemented in https://github.com/ziglang/zig/issues/15743 and should also fix `cc_test` not working correctly when using `hermetic_cc_toolchain` as mentioned in https://github.com/ziglang/zig/issues/15743#issuecomment-2064878213.

I also had this problem. Using the latest commit from the `master` branch of this repository instead of the version on PyPI appears to fix everything.

My Zig PR to fix this: https://github.com/ziglang/zig/pull/19818. Related issue: https://github.com/ziglang/zig/issues/19699.

https://github.com/ziglang/zig/issues/19699 is blocking finding shared C/C++ libraries at runtime which nullifies shared library usage in `hermetic_cc_toolchain`. My attempt to fix this: https://github.com/ziglang/zig/pull/19818.