Veikka Tuominen

Results 363 comments of Veikka Tuominen

The original example is correct and should work.

I missed the "nonexistent" part which does seem to be fixed, but using an existing file will still panic with "attempt to use null value".

> I suggest instead of inline calls, to have these functions use `@returnAddress()` and then pass this forward into the panic system so that this value ends up passed to...

``` Call parameter type does not match function signature! %"?usize" { i64 undef, i1 false } ptr call fastcc void @std.builtin.default_panic(ptr @11218, ptr null, %"?usize" { i64 undef, i1 false...

> are there global caches hiding somewhere else that I could try clearing out? This [wiki page](https://github.com/ziglang/zig/wiki/FAQ#explain-this-error-unable-to-create-builtinzig-access-denied) shows where all the cache directories are located.

Hmm, this still doesn't handle this case properly: ```zig const std = @import("std"); test { return error.SkipZigTest; } fn foo() !void { return error.DontShow; } test { foo() catch {...

If you have a more complete fix then let's go with that, I just want this annoyance fixed to get the full benefit of #12807