[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zzdev] Re: [Fwd: [zzdev] The new core]
- To: "B. Fallenstein" <b.fallenstein@xxxxxx>
- Subject: Re: [zzdev] Re: [Fwd: [zzdev] The new core]
- From: Tuomas Lukka <lukka@xxxxxxxxxx>
- Date: Sun, 15 Apr 2001 13:16:29 +0300
- Cc: zzdev@xxxxxxxxxx
- In-reply-to: <3AD95B49.AF1D4F2C@xxxxxx>; from b.fallenstein@xxxxxx on Sun, Apr 15, 2001 at 10:26:53AM +0200
- Mail-followup-to: "B. Fallenstein" <b.fallenstein@xxxxxx>, zzdev@xxxxxxxxxx
- References: <3AD8D429.57274857@xxxxxx> <20010415023150.A5989@xxxxxxxxxxxxxx> <3AD95B49.AF1D4F2C@xxxxxx>
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