Scott Redig

Results 9 comments of Scott Redig

I don't know if this is related or not, but additionally running `zig std` puts Command Prompt into a "thinking" animation state, like it's computing something. This is quite distracting...

This proposal references juicy main, but makes a notable and significant deviation: > Users who want full control over everything can continue to use pub fn main() noreturn {} and...

This last week I've been working on a small game using https://github.com/scottredig/zig-javascript-bridge/ where this would have been helpful, and have some thoughts which may be relevant here: Firstly, problems started...

Tangential to my post above: I would prefer that instead of `.zig-cache/p/$(zig pkg-hash zlib)` containing the dependency, `.zig-cache/p/$(zig pkg-hash zlib).txt` contain a path to a local copy of the dependency....

> A text file containing only a path is extremely similar to a symlink. Why reinvent symlinks? All 4 of your points work the same with actual symlinks. Fair point....

Good distinction of categories. No further notes.

Thanks @andrewrk > Your solution here seems like a hack, because you _aren't_ trying to check that the lock is locked, but rather, you just want the _initial_ state to...

Immediately after submitting I realized that `.zip` might not be the desired archive format. Eg could just as easily be `.tar.gz`. A more consistent archive format would be another bonus...

> As an additional idea, zig release x.y.z could edit the build.zig.zon file in the project root to hold .version = x.y.z-dev afterwards. Note that, eg, `zig pack 0.1.0-rc.1` or...