[Chandler-dev] chandlerdb updated (0.6-83)

Andi Vajda vajda at osafoundation.org
Mon Mar 5 15:02:58 PST 2007


After your next 'svn update' you need to get the latest chandlerdb version
by running in 'chandler':
     make chandlerdb  - OR -
     make

This update is necessary to support the new deferred observers feature
that works like the earlier deferred reindexing feature:

   with view.observersDeferred():
     blah
     blah

Redundant observer method calls are discarded and the remaining ones are
invoked when the 'with' block exits.

Andi..


More information about the chandler-dev mailing list