Arwalk

Results 81 comments of Arwalk

I've just realized that it might be tied to the zsh/fish workaround. Changing the script to ```python import subprocess subprocess.run(["sh", "-c", "./hello.com"]) ``` makes it work at the first try.

Will try to update to zig 0.10 tonight.

@calvin2021y zig 0.10.0 has not been released yet AFAIK. I'd prefer to upgrade to a stable version when it is released. If you have an actual use case for the...

Well, once again, i'd have prefered to wait for a 0.10 official release. I will get the latest dev version and will precise the revision in the readme while upgrading.

Probably can use hasDecl or something like that to know if a deinit "method" exists.

This example works, so all our problems are solved. ```zig const Demo2 = struct { a : ?u32, b : ?u32, pub const _desc_table = .{ .a = fd(1, .{.Varint...

Wiredecoder should check for the fully encoded tag, which would eliminate errors in wirevalues naturally.

> Wiredecoder should check for the fully encoded tag, which would eliminate errors in wirevalues naturally. Done indirectly with acb2a57c1612a3fb096efc383ac1b3ffa8548d93

@calvin2021y the branch `update_to_0.10` is compatible with the stage1 compiler of 0.10.0. Sadly i can't seem to make it work with the stage 2 compiler: my abuse of comptime doesn't...