JuliaLang/julia

Manual line wrapping of exceptions looks bad on narrow terminal

Open

#18,356 opened on Sep 4, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (5,773 forks)batch import
display and printinghelp wanted

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

This is a rather minor point, but I think showerror exceptions would look better if the terminal emulator were allowed to wrap them instead of being manually line-wrapped. This is especially the case on narrow terminals:

I think it might be better just to print all the explanatory text on one line. Thoughts?

Contributor guide