You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stop swallowing warnings from Pex by default (#20480)
Pants has traditionally run Pex with --no-emit-warnings which as the
name implies... doesn't emit warnings. This hides pertinent information
like "the pex file you created won't actually work" from the user and
sends them off on a debugging hunt.
* Create an `emit_warnings` option, defaulting to True like the
underlying tool..
* A little logic for pipeing Pex's stderr to Pants' logging.
* Fix the logic for old per target `emit_warnings` that didn't quite
work.
ref #19957
0 commit comments