|
Error handling strategies
|
|
8
|
428
|
March 7, 2026
|
|
WIP Gap Buffer in Zig: Looking for Feedback
|
|
4
|
257
|
February 26, 2026
|
|
Don't Trip[wire] Yourself: Testing Error Recovery in Zig
|
|
2
|
368
|
January 22, 2026
|
|
Matching on an error set
|
|
6
|
155
|
January 13, 2026
|
|
DoubleArrayList.toOwnedSlices()
|
|
8
|
403
|
December 17, 2025
|
|
Why can `ArrayList.toOwnedSlice()` fail?
|
|
2
|
209
|
December 15, 2025
|
|
Comptime Linting Using @typeInfo
|
|
13
|
300
|
October 27, 2025
|
|
Handling error types when using while loop with iterators
|
|
3
|
162
|
September 29, 2025
|
|
Fehler - A comprehensive error reporting system for Zig
|
|
7
|
458
|
September 2, 2025
|
|
A derived global "Diagnostics" pattern
|
|
9
|
410
|
July 24, 2025
|
|
Compiler ignoring switch branches that can error
|
|
4
|
147
|
July 9, 2025
|
|
Custom errors with payloads (with current zig)
|
|
7
|
2412
|
June 27, 2025
|
|
Returning error codes across the C ABI
|
|
3
|
183
|
June 20, 2025
|
|
JS-like errors in Zig
|
|
11
|
414
|
June 6, 2025
|
|
Should there be a shortcut for `catch |err| @panic(@errorName(err))`?
|
|
10
|
454
|
May 15, 2025
|
|
Preserve error return traces across Zig-C-Zig calls
|
|
1
|
264
|
March 30, 2025
|
|
Errdefer scoped to the parent block
|
|
3
|
215
|
February 3, 2025
|
|
How to handle optional functions causing unreachable in the header of a while loop?
|
|
11
|
205
|
January 28, 2025
|
|
Displaying error messages
|
|
13
|
309
|
November 26, 2024
|
|
New to Zig. Having issues understanding the compiler warnings. (Error handling and function returns)
|
|
12
|
636
|
November 17, 2024
|
|
What if compiler didn't allow variables that can contain error unions?
|
|
15
|
318
|
October 7, 2024
|
|
Zig-recover - Regain control when a function panics
|
|
4
|
1065
|
August 29, 2024
|
|
Idiomatic way to emit errors during build?
|
|
17
|
701
|
August 8, 2024
|
|
Iterating optional error unions (i.e. `!?T`)
|
|
12
|
366
|
July 19, 2024
|
|
Std.mem.eql seems to crash my kernel in a weird way
|
|
5
|
215
|
May 3, 2024
|
|
How to handle errors with less nesting?
|
|
3
|
241
|
April 18, 2024
|
|
Using ComptimeStringMap for Errors with Payloads
|
|
20
|
1226
|
March 21, 2024
|
|
Applying the Diagnostics pattern in practice
|
|
1
|
854
|
March 17, 2024
|
|
How to solve error "unable to resolve comptime value"?
|
|
8
|
2257
|
March 7, 2024
|
|
What is the best way to handle unrecoverable errors like OutOfMemory in an application?
|
|
25
|
1783
|
January 29, 2024
|