From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Amirouche Newsgroups: gmane.lisp.guile.user Subject: Re: Using '-1' in a method named '*' Date: Tue, 28 Feb 2017 18:53:33 +0100 Message-ID: References: <4A6C16A7-BBDE-4260-A5E7-073686501D96@openmailbox.org> <8760jvsan4.fsf@pobox.com> <87r32ipufc.fsf@pobox.com> <87mvd6pt9s.fsf@pobox.com> <19499EC0-CEDA-4D4F-AD03-B8B7071B6287@openmailbox.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1488305387 25193 195.159.176.226 (28 Feb 2017 18:09:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 28 Feb 2017 18:09:47 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Feb 28 19:09:43 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cimDW-00068u-Ui for guile-user@m.gmane.org; Tue, 28 Feb 2017 19:09:43 +0100 Original-Received: from localhost ([::1]:36083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cimDc-0003bC-Pe for guile-user@m.gmane.org; Tue, 28 Feb 2017 13:09:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cilxz-0007Sv-At for guile-user@gnu.org; Tue, 28 Feb 2017 12:53:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cilxv-000468-B9 for guile-user@gnu.org; Tue, 28 Feb 2017 12:53:39 -0500 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:51968) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cilxv-000452-4f for guile-user@gnu.org; Tue, 28 Feb 2017 12:53:35 -0500 Original-Received: from [IPv6:2a01:e35:2ef3:d930:1cb1:4034:54ae:968f] (unknown [IPv6:2a01:e35:2ef3:d930:1cb1:4034:54ae:968f]) (Authenticated sender: amirouche@hypermove.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 76895A80E5 for ; Tue, 28 Feb 2017 18:53:31 +0100 (CET) In-Reply-To: <19499EC0-CEDA-4D4F-AD03-B8B7071B6287@openmailbox.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.195 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:13361 Archived-At: Le 28/02/2017 à 15:24, Alejandro Sanchez a écrit : >> On 28 Feb 2017, at 10:19, Andy Wingo wrote: >> >> On Tue 28 Feb 2017 09:54, Andy Wingo writes: >> >>> In summary I think Guile's strength reduction is fine as it relies on >>> type inference to prove when it is safe. This is "just" a bug, albeit >>> an annoying one that we need to fix! >> Fixed in 2.0 and master. Thanks for the report :) >> >> Andy > Great, than you. Do you have any approximation on when a release with that fix will happen, > or am I better off getting the source and building myself? I would rather not mess around with building, but I’ll bit the bullet and build myself if that’s the way to go. I am currently on 2.0.14 because my package manager only offers the latest stable release. I think git checkout and compiling is worth it. git clone http://git.sv.gnu.org/r/guile.git Don't forget to ./configure --prefix=/usr. Regards, Amirouche ~ amz3