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

qmerge: Send ewarn, etc., to stderr #23

Closed
wants to merge 1 commit into from

Commits on Dec 5, 2023

  1. qmerge: Send ewarn, etc., to stderr

    The PMS specifically calls out that ewarn should not display its message
    to stdout. Portage sends all e{log,info,warn,...} to stderr. Imitate
    that.
    
    This discrepancy causes problems for ghc-package.eclass users, for one,
    as there are instances where that class purposely dumps a warning and
    then expects its callers to still use its stdout as a result.
    
    Signed-off-by: Brian Norris <briannorris@chromium.org>
    computersforpeace committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a6993c3 View commit details
    Browse the repository at this point in the history