Meghan Denny
Meghan Denny
`enum`s are fancy named integers. sometimes a particular backing int is required for adhering to a particular abi. an enum with zero fields being backed by a `u0` is just...
looks good so long as the test pass, but the `Sha512_224` and `Sha512_256` decls should be pub
I initially didn't think it would compile but I see now the implementation has changed to be much more forgiving. Additionally there's been pause about switching off `expect` since others...
note that `@clampTo` can already be estimated with `@max`. for example `@max(unsigned_int, 255)` will always yield a `u8`.
cc @truemedian
on the portability, my guess is openbsd because windows can do it and https://github.com/ziglang/zig/issues/6718 exists; so it wouldn't surprise me if there was also difficulty in inspecting arbitrary fd's
I interpreted the messaging as that the use cases that still need it should use a 3rd party module
HEAD is 1ff513d5db65db8e212522874cc7312929cb4ee8 at time of writing
1. weak export all of them 2. `builtin.target` re 1 if its just a matter of wanting to know which ones to implement first, remove `-lc` and see which symbols...
additionally wrt `sources.tar` it would be nice if packages could define an external url where the source is located and the site would link to that instead of using the...