Discuss whether to add another milestone to 0.4B plan -- or another week only
API review plan
Ted's status via email
Andi:
First cut at ref-collection indices (application level data structure allowing for O(1) access). This includes an in-memory SkipList? implementation. Unit-tested but not code-reviewed.
We've agreed to some changes to item clouds are working on a proposal for onItemLoad -- these may impact version merging (the only 0.4b deliverable for Andi so far), but we don't know how much just yet.
Ted:
Initial query execution support. I can execute predicate based queries, but my engine is not yet hooked into the rest of Chandler. The most sophisticated query I can execute looks like this:
'for i in "//Schema/Core/Kind" where contains(i.itsName,"arc") and not len(i.attributes) >= 4'
When Stuart gets back I'll work with him on integrating in to Chandler. The use of repository paths as names for collections needs to be addressed, which puts addressing back on the front burner for me.