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

news: fix isRelevant check #853

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 11, 2022

  1. news: fix isRelevant check

    Manifested as all news items being shown, even if
    (very) irrelevant to the running system (e.g.
    different arch, packages not installed, ...).
    
    I think the distinction here is that with the previous state,
    we'd end up with _only_ Trues, or nothing (an element
    would be omitted), whereas this commit means we end
    up considering a possible mixed sequence.
    
    Fixes: 9e24d01
    Reported-by: kurly
    Signed-off-by: Sam James <sam@gentoo.org>
    thesamesam committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e6ab176 View commit details
    Browse the repository at this point in the history