Skip to content

Implement +nowrap verbosity flag to suppress log-msg line-wrapping #4091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2016

Conversation

hvr
Copy link
Member

@hvr hvr commented Nov 8, 2016

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?)

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`?)
@mention-bot
Copy link

@hvr, thanks for your PR! By analyzing the history of the files in this pull request, we identified @dcoutts, @ezyang and @23Skidoo to be potential reviewers.

@ezyang
Copy link
Contributor

ezyang commented Nov 8, 2016

I guess reworking just dieMsg for now is OK. LGTM.

@hvr
Copy link
Member Author

hvr commented Nov 8, 2016

@ezyang btw, the confusing part about dieMsg is that it doesn't terminate program execution...

@23Skidoo
Copy link
Member

23Skidoo commented Nov 8, 2016

We should rename it then, to e.g. noticeAlways or shout.

@23Skidoo 23Skidoo merged commit 2502ea1 into haskell:master Nov 9, 2016
@23Skidoo
Copy link
Member

23Skidoo commented Nov 9, 2016

Merged, thanks!

@hvr hvr deleted the pr/nowrap branch August 10, 2017 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants