You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"verbose" is better than "debug" - we used to have both and it wasn't very structured. I merged them into a single --debug flag - that was a mistake, we should flip back to verbose
we can compile and optimize for debug / development builds - avoid confusion around "debug" by calling our verbose output options to the compiler something with "verbose"
our debug verbosity in actonc also enables verbose output from zig - this leads to VERY verbose output
we want to separate these into two args, --verbose and --verbose-zig, most of the time we are only interested in one or the other
print messages to stderr
The text was updated successfully, but these errors were encountered:
--debug
flag - that was a mistake, we should flip back to verbose--verbose
and--verbose-zig
, most of the time we are only interested in one or the otherThe text was updated successfully, but these errors were encountered: