bug-guile
[Top][All Lists]
Advanced

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

Re: module system / (oop goops) / :duplicates (merge-generics) / bug?


From: David Pirotte
Subject: Re: module system / (oop goops) / :duplicates (merge-generics) / bug?
Date: Sat, 9 Jul 2011 12:08:16 -0300

Hi Andy,

> >>   (default-duplicate-binding-handler
> >>     '(merge-generics replace warn-override-core warn last))
> >
> > This is not 'so important' anymore, but for bug tracking purposes, please 
> > note
> > that adding the above in my init.scm file and commenting the #:duplicates 
> > (...)
> > expression leads to the known error:

> Git pull, please :).  You still don't have some recent fixes.

I am pulling :) Do you mean I have to checkout an unstable? [if yes, please 
tell me
what branch/version, I am git [very] 'limited' @ the moment :)

        address@hidden:/usr/local/share/guile/alto/2.0/tests 12 $ guile
        GNU Guile 2.0.2.3-21b6d
        scheme@(guile-user)> (use-modules (mg-3))
        (letstry)
        WARNING: (mg-3): `dialog' imported from both (mg-1) and (mg-2)
        ERROR: In procedure scm-error:
        ERROR: No applicable method for #<<accessor> dialog (1)> in call 
(dialog #<<widget-a> 8aaa390>)

Thanks,
David

Also, it's not working on this machine either [and I don't uderstand why guile 
versions
are different? surely I didn't do the right thing with git?]:

        address@hidden:/usr/local/src/guile/git-clone 4 $ git describe
        v2.0.2-7-gae88d9b
        address@hidden:/usr/local/src/guile/git-clone 5 $ git pull
        Already up-to-date.
        address@hidden:/usr/local/src/guile/git-clone 6 $ guile
        GNU Guile 2.0.2.7-ae88d
        ...
        scheme@(guile-user)> (default-duplicate-binding-handler)
        $1 = (merge-generics replace warn-override-core warn last)
        scheme@(guile-user)> (use-modules (mg-3))
        (letstry)
        ...
        WARNING: (mg-3): `dialog' imported from both (mg-1) and (mg-2)
        ERROR: In procedure scm-error:
        ERROR: No applicable method for #<<accessor> dialog (1)> in call 
(dialog #<<widget-a> 94c4910>)



reply via email to

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