Skip to content

stable-3.3: fix: skip printing problems filtered by --skipconflicts/--skipobsoletes - #601

Open
sshedi wants to merge 1 commit into
vmware:stable-3.3from
sshedi:topic/sshedi/fix-skipconflicts-skipobsoletes
Open

stable-3.3: fix: skip printing problems filtered by --skipconflicts/--skipobsoletes#601
sshedi wants to merge 1 commit into
vmware:stable-3.3from
sshedi:topic/sshedi/fix-skipconflicts-skipobsoletes

Conversation

@sshedi

@sshedi sshedi commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

In SolvReportProblems, pr_err was unconditionally called after the SkipBasedOnType check, so skipped problems were still printed even though the exit code was correctly 0. Use continue to skip the entire problem (including the print) when SkipBasedOnType returns true.

In SolvReportProblems, pr_err was unconditionally called after the
SkipBasedOnType check, so skipped problems were still printed even
though the exit code was correctly 0. Use continue to skip the entire
problem (including the print) when SkipBasedOnType returns true.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>
@aabusair aabusair closed this Aug 31, 2026
@aabusair aabusair reopened this Aug 31, 2026
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

Successfully merging this pull request may close these issues.

2 participants