From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 2.1.4 released [beta] Date: Sun, 18 Sep 2016 14:42:35 +0100 Message-ID: <82fcf425-d362-46b1-a699-797a4aacfc3c@email.android.com> References: <87bmzqbtf6.fsf@pobox.com> <20160916124951.2499a660@capac> <20160917110715.7c1ab397@capac> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----7LR6GDYGA0RCS5MASGWL7K77XLJE24" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1474206209 11056 195.159.176.226 (18 Sep 2016 13:43:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 18 Sep 2016 13:43:29 +0000 (UTC) User-Agent: K-9 Mail for Android Cc: Andy Wingo , guile-devel@gnu.org To: David Pirotte Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 18 15:43:24 2016 Return-path: Envelope-to: guile-devel@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 1blcNG-00016o-6U for guile-devel@m.gmane.org; Sun, 18 Sep 2016 15:43:14 +0200 Original-Received: from localhost ([::1]:50165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blcNE-0003Lv-Bm for guile-devel@m.gmane.org; Sun, 18 Sep 2016 09:43:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blcMz-0003Lp-3E for guile-devel@gnu.org; Sun, 18 Sep 2016 09:42:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blcMv-0007Mw-UK for guile-devel@gnu.org; Sun, 18 Sep 2016 09:42:57 -0400 Original-Received: from basicbox4.server-home.net ([195.137.212.26]:37244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blcMv-0007Lb-O3 for guile-devel@gnu.org; Sun, 18 Sep 2016 09:42:53 -0400 Original-Received: from [192.168.1.65] (host86-163-167-103.range86-163.btcentralplus.com [86.163.167.103]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by basicbox4.server-home.net (Postfix) with ESMTPSA id DEAD61530668; Sun, 18 Sep 2016 15:42:51 +0200 (CEST) In-Reply-To: <20160917110715.7c1ab397@capac> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.137.212.26 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18677 Archived-At: ------7LR6GDYGA0RCS5MASGWL7K77XLJE24 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Ok, thanks for testing it. Here is the item in the bug tracker [1]. [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D24454 On 17. September 2016 15:07:15 GMT+00:00, David Pirotte = wrote: >Hello Jan, > >> (use-modules (oop goops)) >> (define-generic native-type) >> (define-method (native-type (i ) . args) 0) >> (define-method (native-type (i ) . args) 1) >> (define-method (native-type (b ) . args) 2) >>=20 >> (native-type 1) >> (native-type 1.3) >> (native-type #f) >> (native-type 1 1.2) >> (native-type 1.4 2) >> (native-type 1.4 2 3) > >This works fine using 2.0.12, but indeed it fails using master [2.1.4 >here] > >Please report bug, bug-guile at gnu dot org, with this snipset and the >bug trace, >mentioning it works using 2.0.12, fails using master. > >David --=20 Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesend= et. ------7LR6GDYGA0RCS5MASGWL7K77XLJE24 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ok, thanks for testing it.
Here is the item in the bug tracker [1].

[1] http= ://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D24454

On 17. September 2016 15:07:15 GMT+00:00, David Pirotte <= ;david@altosw.be> wrote:
Hello Jan,

(use-modules (oop goops))
(define-ge= neric native-type)
(define-method (native-type (i <integer&= gt;) . args) 0)
(define-method (native-type (i <real>) .= args) 1)
(define-method (native-type (b <boolean>) . ar= gs) 2)

(native-type 1)
(native-type 1.3)
(native-type #f)
(native-type 1 1.2)
(nativ= e-type 1.4 2)
(native-type 1.4 2 3)

Th= is works fine using 2.0.12, but indeed it fails using master [2.1.4 here]=

Please report bug, bug-guile at gnu dot org, with this snips= et and the bug trace,
mentioning it works using 2.0.12, fails using = master.

David

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesend= et. ------7LR6GDYGA0RCS5MASGWL7K77XLJE24--