the.bay.news

Is there a better to way read compiler errors for std.debug.print?

Ziggit
Is there a better to way read compiler errors for std.debug.print?
I’ve been learning zig and I’ve been using print debugging with std.debug.print to inspect and debug my small program. What I’ve struggled with is understanding and reading compile errors like install └─ install c_compiler_in_zig └─ compile exe c_compiler_in_zig Debug native 2 errors /home/jr/.local/bin/zig-x86_64-linux-0.16.0/lib/std/Io/Writer.zig:717:13: error: too few arguments @compileError("too few arguments"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ referenced by: ...

I’ve been learning zig and I’ve been using print debugging with std.debug.print to inspect and debug my small program. What I’ve struggled with is understanding and reading…

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.