Posted by Crell on October 11, 2011 at 3:12am
Start:
2011-10-11 11:00 - 12:00 America/Chicago Event type:
Sprint
Sorry for the late announcement. We are having our bi-weekly WSCCI scrum at the usual time (noon US Eastern Time) on Tuesday 11 October. Agenda is mostly continuation of what we started to work on last week. :-) We will meet in IRC in #drupal-wscci as always.

Comments
I will unfortunately be in
I will unfortunately be in flight during the meeting, but we have been doing some research into the early bootstrap stuff in CMI which may have implications for you all. See http://drupal.org/node/1288142 for more details and feel free to ping me later if you need more info.
Minutes
Brief notes from the meeting:
None of the 3 tasks we wanted to work on this last sprint were completed, but all made progress. Work continues. Additional hands welcome. See the "Hot Issues" block on the WSCCI home page.
There was an internal API change as a result of this issue. Context handlers now take a context object in the getValue() method, not in their constructor.
The discussion about nothing ended with the conclusion that we will eliminate all "is this null from this place" operations from the context object, since there is no compelling use case for any of them, nor a clear picture of which one we want when. That means also eliminating the offsetExists() method as it is too confusing, which means that it makes no sense to use ArrayAccess. Therefore we will drop that.
We bikeshedded about the Context object API change needed as a result of dropping ArrayAcces, and came up with the following plan:
1) offsetGet($context_key) becomes getValue($context_key)
2) offsetSet() becomes setValue().
3) registerHandler() becomes setHandler(), for consistency.
Crell will take point on these internal changes. Hopefully they'll get done quickly as it will be a serious API change.
Next meeting should be in two weeks, same time.