bug#36677: [PATCH] Don't truncate backtraces

2019-07-17 Thread Mark H Weaver
Hi Robert, Robert Vollmert writes: > * module/system/repl/debug.scm (print-frame): Print full object if > width keyword is #f. > * libguile/backtrace.c (display_backtrace_body): Call print-frames > with #:width #f. > --- > > This change was prompted by recent discussion on the Guix lists: > ht

bug#36677: [PATCH] Don't truncate backtraces

2019-07-17 Thread Robert Vollmert
> On 17. Jul 2019, at 19:57, Mark H Weaver wrote: > > Hi Robert, > > Robert Vollmert writes: > >> * module/system/repl/debug.scm (print-frame): Print full object if >> width keyword is #f. >> * libguile/backtrace.c (display_backtrace_body): Call print-frames >> with #:width #f. >> --- >> >

bug#36709: Likely bug in scm_port_poll

2019-07-17 Thread Mark H Weaver
I sent the following message about a month ago, and now am forwarding to bug-guile so that we do not forget about it. Mark From: Mark H Weaver Subject: Likely bug in scm_port_poll Date: Tue, 18 Jun 2019 00:40:27 -0400 Message-ID: <87a7ef1p61@netris.org> Cc: guile-de...@gnu.org To: An