stop std.os.unexpectedErrno from calling std.debug.dumpCurrentStackTrace #4167
Labels
os-bring-your-own
The "Bring Your Own Operating System" abstraction layer
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Trying out the BYO os mechanism: compiling with debug safety on causes
unexpectedErrno
to callstd.debug.warn
andstd.debug.dumpCurrentStackTrace
, which require implementing a huge number of OS functionality.The text was updated successfully, but these errors were encountered: