Skip to content

Better errors for package functions

Benjamin Winger requested to merge bmwinger/portmod:better-sandbox-errors into master

Discussed in #243 (comment 766797915).

This removes the trace outside the sandbox for sandbox errors unless you use --verbose. The trace which occurs inside the Sandbox has been shortened so that it only shows the most relevant (again, --verbose overrides the behaviour).

Plus the few places --debug has been enabling other traces have been modified so that the behaviour is handled instead by --verbose, for consistency (--debug now just bypasses the temporary file cleanup for the merge subcommand).

Merge request reports