[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Another bug
Neel Krishnaswami <neelk@alum.mit.edu> writes:
i prefer you reporting through the bug tracker.
-- jonathan
> Hi, I've found a problem with function redefinitions:
>
> ;;; GOO
> ;;; JONATHAN BACHRACH
> ;;; MIT AI Lab
> ;;; JUL 19, 2002
> ;;;
> ;;; VERSION = 0.140
> ;;; ROOT = /tmp/goo/lib/goo/
>
> goo/user 0<= (df foo () "foo")
> goo/user 0=> #{Met foo ()}
> goo/user 0<= (foo)
> goo/user 0=> "foo"
> goo/user 0<= (df foo () "bar") ;; <-- I redefine foo
> goo/user 0=> #{Met foo ()}
> goo/user 0<= (foo)
> goo/user 0=> "foo" ;; <-- now it should return "bar"
>
> Incidentally, do you prefer I send bug reports to this mailing list,
> or report them directly via the bug tracker?
>
> --
> Neel Krishnaswami
> neelk@alum.mit.edu