<#16279 Render human readable tracebacks even when...
# github-notifications
q
#16279 Render human readable tracebacks even when `--no-print-stacktrace` Issue created by stuhood #15769 demonstrates how to get human-readable tracebacks which should make "most" cases of the
Request(.., origin=..)
pattern introduced in #14468 (comment) unnecessary. We should implement these tracebacks, and render them even when
--no-print-stacktrace
(while continuing to render a full engine stacktrace if
--print-stacktrace
). We should then audit which cases of #14468 (comment) are still necessary. pantsbuild/pants