bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GIT version: values


From: Ludovic Courtès
Subject: Re: GIT version: values
Date: Thu, 20 Jan 2011 16:17:33 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hi,

Hans Aberg <address@hidden> writes:

> It seems it is not only 'values' writing, but the new behavior seems
> to be to strip trailing values quietly:
>  (define a (values 2 3 4))
>  (call-with-values (lambda () a) (lambda x x))
> in Guile 1.9.14.68-a7d8a computes to
>  $1 = (2)
>
> By contrast, in guile-1.8.8, it computes to
>  (2 3 4)

This is the same problem as in your other message.

Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]