Techatrix
Techatrix
@Vexu Any thoughts on these changes?
Ready for Review :rocket: I tried to keep the individual commits as readable as possible. Please let me know if there is anything I can do to make it easier...
> `{} zig Zig 0.13.0` seems a little redundant. You are referring to the status bar items, right? The reason why I had it this way was because they were...
I did find some minor issues that have been resolved. Otherwise, this is ready to go. I can open some new issues about the follow-up tasks.
I always wondered why `zig env` would try to give relative paths to the zig library. I just assumed that it had to have some justification for this but I...
> I would expect `entity` here to appear before an import statement for a file I'm not currently using. If the import statement is unused then why not remove it...
> I could try to adapt the test to my PR if you think it'd be useful. Feel free to reuse the tests in your PR.
is this going to be rebased and undrafted at some point?
I investigated this issue and it appears to be caused by a bug in `std.process.Child`. See https://github.com/ziglang/zig/issues/24009