Implement +nowrap verbosity flag to suppress log-msg line-wrapping
Unfortunately, propagating the `Verbosity` to the `topHandler` proves to be more complicated. This is mostly a problem for `die` invocations which are translated into user-error exceptions (which in turn then cause callstacks to be printed; are we abusing `die`?)
Showing
- Cabal/Distribution/Simple/Utils.hs 15 additions, 8 deletionsCabal/Distribution/Simple/Utils.hs
- Cabal/Distribution/Verbosity.hs 13 additions, 0 deletionsCabal/Distribution/Verbosity.hs
- cabal-install/Distribution/Client/ProjectOrchestration.hs 1 addition, 1 deletioncabal-install/Distribution/Client/ProjectOrchestration.hs
Please register or sign in to comment