[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zzdev] Re: [Fwd: [zzdev] The new core]
- To: Tuomas Lukka <lukka@xxxxxxxxxx>
- Subject: Re: [zzdev] Re: [Fwd: [zzdev] The new core]
- From: "B. Fallenstein" <b.fallenstein@xxxxxx>
- Date: Sun, 15 Apr 2001 10:26:53 +0200
- Cc: zzdev@xxxxxxxxxx
- References: <3AD8D429.57274857@xxxxxx> <20010415023150.A5989@xxxxxxxxxxxxxx>
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.
-b.