guile-devel
[Top][All Lists]
Advanced

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

Re: GNU Guile 2.1.4 released [beta]


From: David Pirotte
Subject: Re: GNU Guile 2.1.4 released [beta]
Date: Sat, 17 Sep 2016 11:07:15 -0300

Hello Jan,

>      (use-modules (oop goops))
>      (define-generic native-type)
>      (define-method (native-type (i <integer>) . args) 0)
>      (define-method (native-type (i <real>) . args) 1)
>      (define-method (native-type (b <boolean>) . args) 2)
> 
>      (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

Attachment: pgp54o7YOIhJQ.pgp
Description: OpenPGP digital signature


reply via email to

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