This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: function re-define


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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]