Closed
Description
Error output can be thousands of lines using packages like Unitful and DifferentialEquations in the REPL. Its an insane amount of scrolling, and can cut off completely in some terminals.
Discussed on discourse:
https://discourse.julialang.org/t/units-errors-and-type-display/11220
Solution: REPL errors are shortened, and somehow don't print all the type information.
REPL.reshow_error() is there if you do need to see it all.