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
Add package name context to exception formatting to identify which
package failed during build errors. The package name is added by
FromagerLogRecord when messages are logged, and _format_exception
handles formatting chained exceptions with 'because' syntax.
Improve parallel build error handling to preserve package context
across thread boundaries using RuntimeError wrapper.
Tests added to test_external_commands.py verify error logging and
exception formatting include package names and handle chained exceptions.
Update e2e test pattern to match new log format that includes package names.
Closes: #845
Signed-off-by: Andre Lustosa <alustosa@redhat.com>
0 commit comments