emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#13966: closed (Inconsistent truncation of multiple


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13966: closed (Inconsistent truncation of multiple values, inlining issue?)
Date: Mon, 20 Jun 2016 20:08:01 +0000

Your message dated Mon, 20 Jun 2016 22:06:53 +0200
with message-id <address@hidden>
and subject line Re: bug#13966: inlining issue?
has caused the debbugs.gnu.org bug report #13966,
regarding Inconsistent truncation of multiple values, inlining issue?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13966: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13966
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: inlining issue? Date: Fri, 15 Mar 2013 13:57:26 +0100
Compare 

(define f (lambda (a) a))
(call-with-values (lambda () (values 3 3)) f)

vs

(call-with-values (lambda () (values 3 3)) (lambda (a) a))

The first one fails with

<unnamed port>:1:0: In procedure f:
<unnamed port>:1:0: Wrong number of arguments to #<procedure f (a)>

The second one gives 3. 

This is Guile 2.0.7.112-f5ea5.

The behavior of the first case makes (compose f g) fail when f takes less args 
tan g produces.

Regards

        Daniel




--- End Message ---
--- Begin Message --- Subject: Re: bug#13966: inlining issue? Date: Mon, 20 Jun 2016 22:06:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
On Fri 15 Mar 2013 13:57, Daniel Llorens <address@hidden> writes:

> Compare 
>
> (define f (lambda (a) a))
> (call-with-values (lambda () (values 3 3)) f)
>
> vs
>
> (call-with-values (lambda () (values 3 3)) (lambda (a) a))
>
> The first one fails with
>
> <unnamed port>:1:0: In procedure f:
> <unnamed port>:1:0: Wrong number of arguments to #<procedure f (a)>
>
> The second one gives 3. 
>
> This is Guile 2.0.7.112-f5ea5.
>
> The behavior of the first case makes (compose f g) fail when f takes less 
> args tan g produces.

Fixed in fff013215fb1a5d211df5037dcf52c92063050a8 on master.

Thanks for the report!

Andy


--- End Message ---

reply via email to

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