Re: a bug in goops.c

2001-01-26 Thread Keisuke Nishida
At Fri, 26 Jan 2001 13:10:07 -0500, Keisuke Nishida wrote: > > % CVS_RSH=lsh > % cvs -d:ext:[EMAIL PROTECTED]:/cvs co guile > subversions.gnu.org: Connection refused > cvs [checkout aborted]: end of file from server (consult above messages if any) I tried the following and get it working... Sor

Re: a bug in goops.c

2001-01-26 Thread Keisuke Nishida
At Fri, 26 Jan 2001 18:09:05 +0100 (MET), Dirk Herrmann wrote: > > > I think this is a bug. > > Yes, definitely. But, why don't you just apply the patch? I thought you > have write privileges... Right, and I tried, but I couldn't (I should have mentioned that, sorry). It seems my CVS access i

Re: a bug in goops.c

2001-01-26 Thread Dirk Herrmann
On Fri, 26 Jan 2001, Dirk Herrmann wrote: > Yes, definitely. But, why don't you just apply the patch? I thought you > have write privileges... Well, there's a ":-)" missing in that message. I did not meant to sound insulting, but now realize that this message has a strange tone in it. Friend

Re: a bug in goops.c

2001-01-26 Thread Dirk Herrmann
On Thu, 25 Jan 2001, Keisuke Nishida wrote: > I think this is a bug. > > --- guile-core/libguile/goops.c.~1.13.~ Thu Jan 11 16:03:18 2001 > +++ guile-core/libguile/goops.c Wed Jan 24 19:19:36 2001 > @@ -378,7 +378,7 @@ > >SCM_ASSERT (SCM_KEYWORDP (key), key, SCM_ARG1, FUNC_NAME

a bug in goops.c

2001-01-25 Thread Keisuke Nishida
I think this is a bug. --- guile-core/libguile/goops.c.~1.13.~ Thu Jan 11 16:03:18 2001 +++ guile-core/libguile/goops.c Wed Jan 24 19:19:36 2001 @@ -378,7 +378,7 @@ SCM_ASSERT (SCM_KEYWORDP (key), key, SCM_ARG1, FUNC_NAME); len = scm_ilength (l); - if (len < 0 || len % 1 == 1) + if (len