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

Re: [zzdev] Re: [Fwd: [zzdev] The new core]



On Sun, Apr 15, 2001 at 10:26:53AM +0200, B. Fallenstein wrote:
> 
> Tuomas Lukka wrote:
> > > It seems that in some Cell methods, the passed observers are just
> > > discarded, namely in N(String, int, Obs) and h(String, int, boolean,
> > > Obs).
> > 
> > The first one does pass it along. The second one didn't, that
> > was a bug.
> 
> Does it now? Rats. To me,
> 
>     public Cell N(Cell dim, int dir, Obs o) {
>         return space.N(id);
>     }
> 
> seemed to be very buggy.

Ouch, I was reading getOrNew which was the non-buggy one. Fixed.

	Tuomas