https://issues.dlang.org/show_bug.cgi?id=14277

--- Comment #2 from Ketmar Dark <ket...@ketmar.no-ip.org> ---
Created attachment 1491
  --> https://issues.dlang.org/attachment.cgi?id=1491&action=edit
trim output of long expressions

as far as i know, `Expression::toChars()` is not using in anything vital, only
in diagnostic output. so i trimming it's result to arbitrary limit of 200
chars.

maybe it's better to fix array literal output, but this is easier, and it will
additionaly limit output of other long expressions, which are unreadable anyway
if they reaches that size.

--

Reply via email to