Niclas Hedhman wrote: > On Mon, Jun 16, 2008 at 6:22 AM, Rickard Öberg <[EMAIL PROTECTED]> wrote: >> I have now finally fixed so that all testcases in core works. The last >> one was to implement nested UoWs properly. > > Good. > >> Next up is getting all the rest of the testcases working, but this was a >> good start. > > I have brought down the number to about 40 failing ones. ~20-25 of > those are probably the same bug, and I suspect (not checked it yet) > that it is an SideEffect issue, as it is strongly manifested in the > RDF Indexer extension. > > I think we also need to move a bunch of classes from runtime into SPI, > but I have not looked at the details yet, but ModelVisitor, > Application, ApplicationModel and what not.
Moving all that into SPI would expose a LOT of stuff. One thing we could do is to continue adding *Descriptor classes in SPI, and let the ModelVisitor work with that instead of the raw *Model classes. A Visitor wanting to get to the runtime can cast the *Descriptor classes anyway I suppose. How about that? /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

