KHanich
KHanich
> the output of `--help` relies on being able to run your build file since it displays user options and steps One could maybe make an argument that `zig build...
It would also be nice to have a tool which let's you properly deal with `build.zig.zon` files at runtime. Since it's currently essentially a type declaration, `std.zon.parse` can't deal with...
Until I read to the part "Sentinels", I was starting to wonder how this is supposed to work with sentinels since I didn't think of an obvious way of making...
As I can read from #20630, it is planned to long term move support for languages like C more into the build system instead of the compiler. While it goes...
> - C/C++ compilation will be provided by an external package. > > - Proper parallelization. For example, currently my [ffmpeg](https://github.com/andrewrk/ffmpeg) project does not start compiling its C source files...
> IWhat you say is right, but regarding `setenv`, I'd like to add that I think that the `setenv` C function is a design flaw in first place. I've developed...
Considering how security sensitive ssh is, I am not sure it would be a good idea to implement the protocol ourselves (be it builtin or plugin). Just calling the git...