Re: [Chicken-hackers] [PATCH] Truncate overlong lines in ##sys#error-handler

2016-06-02 Thread Evan Hanson
LGTM, pushed. Note that this change doesn't affect csi, since `repl` installs its own error handler. That's currently using 2048 as a *per-argument* print limit, via `##sys#repl-print-length-limit`. Might be worth modifying that to match compiled behaviour. Evan signature.asc Description: PGP

Re: [Chicken-hackers] [PATCH] Truncate overlong lines in ##sys#error-handler

2016-05-29 Thread felix . winkelmann
> On Wed, May 25, 2016 at 09:41:52PM +0200, lemonboy wrote: > > Hello, > > this patch makes ##sys#error-handler respect the width limit as it's > > done in the other code paths. > > (Limits have been bumped to 100 to make those uniform throughout the code) > > I hope the merge window is still open

Re: [Chicken-hackers] [PATCH] Truncate overlong lines in ##sys#error-handler

2016-05-29 Thread Peter Bex
On Wed, May 25, 2016 at 09:41:52PM +0200, lemonboy wrote: > Hello, > this patch makes ##sys#error-handler respect the width limit as it's > done in the other code paths. > (Limits have been bumped to 100 to make those uniform throughout the code) > I hope the merge window is still open :) I

Re: [Chicken-hackers] [PATCH] Truncate overlong lines in ##sys#error-handler

2016-05-26 Thread Peter Bex
On Wed, May 25, 2016 at 09:41:52PM +0200, lemonboy wrote: > Hello, > this patch makes ##sys#error-handler respect the width limit as it's > done in the other code paths. > (Limits have been bumped to 100 to make those uniform throughout the code) > I hope the merge window is still open :) The

[Chicken-hackers] [PATCH] Truncate overlong lines in ##sys#error-handler

2016-05-25 Thread lemonboy
00:00:00 2001 From: LemonBoy <thatle...@gmail.com> Date: Wed, 25 May 2016 21:35:11 +0200 Subject: [PATCH] Truncate overlong lines in ##sys#error-handler To: chicken-hackers@nongnu.org --- library.scm | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-)