This is the mail archive of the
kawa@sources.redhat.com
mailing list for the Kawa project.
Re: function re-define
- To: KURODA Hisao <kuroda at msi dot co dot jp>
- Subject: Re: function re-define
- From: Per Bothner <per at bothner dot com>
- Date: 04 Dec 2000 10:52:01 -0800
- Cc: kawa at sourceware dot cygnus dot com
- References: <71d7f9ndya.fsf@herbrand.msi.co.jp>
KURODA Hisao <kuroda@msi.co.jp> writes:
> Is follwing a bug or kawa's feature?
>
> #|kawa:1|# (define bar +)
> #|kawa:2|# (define (foo x y) (bar x y))
> #|kawa:3|# (foo 1 2)
> 3
> #|kawa:4|# (define bar -)
> #|kawa:5|# (foo 1 2)
> 3
I would consider it a Kawa bug.
It does seem to be fixed in my working tree. My tree still has one
testsuite failure I need to fix, but I will try to check it in soon.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/