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

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



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.