Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp acton(c) debug & verbose output #2097

Open
4 tasks
plajjan opened this issue Jan 19, 2025 · 0 comments
Open
4 tasks

Revamp acton(c) debug & verbose output #2097

plajjan opened this issue Jan 19, 2025 · 0 comments

Comments

@plajjan
Copy link
Contributor

plajjan commented Jan 19, 2025

  • "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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant