Kendall Condon
Kendall Condon
Cannot reproduce on master or 0.13.0 Just to be sure, here is the hexdump of the file I tested ``` 00000000 2f 2f 20 b6 0a 74 65 73 74...
Averaging the total Disk IO would be less useful in most cases. For example, if you wanted to see how many disks are running at maximum, you would have to...
> But in the text display mode, add a "x out of y disks spinning" text. Ah I see, your original phrasing made it seem like it would be something...
> @rawhide-kobayashi For multi-disk systems, the maximum value for the Disk IO meter should be (100% × number of disks), or the percentage should show the "normalized" one (i.e. divided...
I believe this is correct since break evaluates to a value of type noreturn. It should actually probably consider all three of them to be unreachable, so I guess there...
Actual errors if you build it correctly: ``` src/introspect.zig:41:9: error: this function is unsupported on WASI @compileError("this function is unsupported on WASI"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/introspect.zig:85:9: error: on WASI the global cache...
#10716 was merged, so this seems to be a regression
The underlying issue here is that the self-hosted x86 backend does not provide the fuzzer the `__sancov_cntrs` and `__sancov_pcs1` sections. The missing `__sancov_pcs1` section is the culprit for the apparent...
> $ zig build test --fuzz --release=safe --webui=[::1]:45589 If you pass `-Doptimize=ReleaseSafe` instead of `--release=safe` with the example you gave it works fine. For the other examples you listed, you...
I am unsure why the CI is failing