Arwalk
Arwalk
Hey there, just wanted to let you know that i'm not forgetting this, just did not have the time to get into it.
> Ideally, a reader interface would also be great, but this is much more complicated. If i'm motivated i'll take a look into it. I think if we base ourserves...
I realize i removed the comptime keyword on a test that was explicitely comptime. I should try to find a way to avoid this.
There, using BoundedArray the tests works at comptime, while still showing that it uses Writer's writeAll.
> Ideally, a reader interface would also be great, but this is much more complicated. So i looked into it for a bit, and it's actually not that hard. The...
while i'm at it, should i try to do the reverse for decoding ?
Is there anything missing for this PR @jedisct1 ? Not trying to stress you on the matter, genuinely asking, as I do not know if there are any other prerequisites....
@marler8997 i applied your suggestions to the other method in https://github.com/ziglang/zig/pull/20961/commits/b9dfe0f1b9aaa7a8744c8400d578b36cbc197865
Now with a `zig fmt` pass that was missing, sorry.
Hey there. Anything missing here so it can be merged? I'm planning on doing the decoding part soon in another PR.