Enable output rewriting for stderr in sub-process logs #5085
Labels
source::anaconda
created by members of Anaconda, Inc.
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
type::feature
request for a new feature or capability
Checklist
What is the idea?
We currently support rewriting standard out for sub-processes invocation in conda build:
conda-build/conda_build/utils.py
Line 402 in aefdab6
We would also like to support the same feature for standard error too.
Additional Context
xref: #5084
It should be noted that the current implementation does not appropriately order these messages. The above bug issue should first be solved before attempting to implement this feature.
The text was updated successfully, but these errors were encountered: