Visen

Results 32 comments of Visen

> i dont think its planned to support any kind of json extensions, see #17684 Was gonna say this I think rather than allowing informal json extensions like this. It...

related https://github.com/ziglang/zig/issues/9633

Update: from my understanding, the reason zig doesn't create this nice compilation progress output is because it treats all compilation as a single translation unit, rather than compiling files separately....

Possibly related proposal https://github.com/ziglang/zig/issues/18834. This proposal would allow other zig projects to ship zig source code rather than compiled binaries as well.

I would support something to this effect as user friendly error messages are very helpful, especially for beginners. One of the things rust gets so much applause for are its...

> Is there any reason you can't just `@cInclude` the header from Zig to use the API? I won't necessarily be surprised if that doesn't work, since it'll just use...

@nektro So my plan to fix this would be as follows, I'm not super familiar with compiler internals so I would appreciate any feedback. In `lib/std/Build/Step/Compile.zig`, I would go to...

This will be really nice if TLS 1.2 will finally be supported!

I am also having issues with TLS ```zig Robert@Roberts-MacBook-Pro-2 ~/z/zigscheme (main)> zig fetch https://ccrma.stanford.edu/software/s7/s7.tar.gz error: unable to connect to server: TlsInitializationFailed ```