From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: A pleasant low-hanging fruit Date: Sat, 16 Mar 2013 01:01:49 +0100 Message-ID: <87boaktdoy.fsf@gnu.org> References: <876215iq7q.fsf@gnu.org> <513CBD99.8010808@gmail.com> <87y5dqrt8a.fsf@gnu.org> <51428216.5080608@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGeZR-0007PU-Nk for bug-guix@gnu.org; Fri, 15 Mar 2013 20:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGeZQ-0004S4-SX for bug-guix@gnu.org; Fri, 15 Mar 2013 20:01:57 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=38486 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGeZQ-0004Qt-NR for bug-guix@gnu.org; Fri, 15 Mar 2013 20:01:56 -0400 In-Reply-To: <51428216.5080608@gmail.com> (Cyril Roelandt's message of "Fri, 15 Mar 2013 03:06:14 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > On 03/14/2013 02:44 PM, Ludovic Court=C3=A8s wrote: >> I can=E2=80=99t reproduce the problem with v0.1-237-gef86c39. >> >> Could you check whether it happens with current master, and if it does, >> add some =E2=80=98pk=E2=80=99 calls in there to see what happens? >> > > I can confirm this happens with current master. > > I don't really know what you mean by "add 'pk' calls", or how to debug > a Guile program step-by-step, could you point me to some documentation > ? (pk args ...) Print ARGS and return the last element of ARGS. Ludo=E2=80=99.