aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
diff options
context:
space:
mode:
authorStephen Gutekanst <stephen@hexops.com>2021-09-15 22:42:19 -0700
committerVeikka Tuominen <git@vexu.eu>2021-09-16 20:56:05 +0300
commitdc214e041eda1461cc2317523e1656c5a0f55c1a (patch)
tree335b405606e20b7412e5a0b26fb02b923451c220 /lib/std/debug.zig
parent6f85a67987e187b8fdc29570d229bf5ad4f6a947 (diff)
downloadzig-dc214e041eda1461cc2317523e1656c5a0f55c1a.tar.gz
zig-dc214e041eda1461cc2317523e1656c5a0f55c1a.zip
std/special: fix 'zig test --test-evented-io
Investigating hexops/zorex#4, I found that `--test-evented-io` is currently broken in the latest Zig nightly. See #9779 for a small reproduction. The issue is that allocation errors here are not correctly handled, as this function returns `void` and all other error cases `@panic`, the allocation failure should also use `@panic`. Fixes #9779 Helps hexops/zorex#4 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
Diffstat (limited to 'lib/std/debug.zig')
0 files changed, 0 insertions, 0 deletions