Home GnuPG

Send arcanist error output to STDERR
2924ebb9223cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Send arcanist error output to STDERR

Summary: Currently, arcanist error output is sent to STDOUT instead of STDOUT. This is annoying because I am running arc lint --everything --never-apply-patches --output=xml > checkstyle.xml and the checkstyle.xml file is not valid XML.

Test Plan: Forced a linter to throw an exception and ran arc lint >/dev/null... saw error output.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D13043

Details

Provenance
Joshua Spence <josh@joshuaspence.com>Authored on May 28 2015, 1:10 AM
Parents
rARC3ac80200e261: Push to staging areas when running "arc diff"
Branches
Unknown
Tags
Unknown

Event Timeline

Joshua Spence <josh@joshuaspence.com> committed rARC2924ebb9223c: Send arcanist error output to STDERR (authored by Joshua Spence <josh@joshuaspence.com>).May 28 2015, 1:25 AM