From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: (+ (values 1 2)) should be 1 Date: Mon, 23 May 2011 15:58:53 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306159149 28189 80.91.229.12 (23 May 2011 13:59:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 13:59:09 +0000 (UTC) Cc: bug-guile To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon May 23 15:59:06 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOVey-0002Vh-FZ for guile-bugs@m.gmane.org; Mon, 23 May 2011 15:59:04 +0200 Original-Received: from localhost ([::1]:59405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVey-0004zQ-3n for guile-bugs@m.gmane.org; Mon, 23 May 2011 09:59:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVev-0004z9-71 for bug-guile@gnu.org; Mon, 23 May 2011 09:59:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOVeu-0000kp-AG for bug-guile@gnu.org; Mon, 23 May 2011 09:59:01 -0400 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:48005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVeu-0000ka-3n for bug-guile@gnu.org; Mon, 23 May 2011 09:59:00 -0400 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D6517A10226B715; Mon, 23 May 2011 15:58:54 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.208 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5610 Archived-At: On 23 May 2011, at 15:49, Andy Wingo wrote: >>> But, it is 1 and 2, currently. (+ FOO) inlines just to FOO, too >>> optimistically. >>=20 >> It is unspecified according to rsr5. >=20 > I know. I'm talking about Guile here. I know. You perhaps haven't described clearly enough what it should be. = If using a tuples description, you want them to be truncated to the = first component whenever possible and not using call-by-values = explicitly, right? Hans