[Chandler-dev] wxPython updated.

Robin Dunn robin at alldunn.com
Wed Oct 17 20:53:56 PDT 2007


Robin Dunn wrote:
> Robin Dunn wrote:
>> Chandler on trunk is now using r193 of the wxPython tarball.  You'll 
>> need to do a 'make install' to get it the next time you update your 
>> source tree.  Along with the other new things mentioned last week, 
>> this build also fixes bugs #10906 and #10989.
>>
> 
> I've reverted this to let the tinderboxes turn green again until I 
> figure out what happened.
> 

Looks like it is this change from upstream:

http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/src/common/appcmn.cpp?r1=46469&r2=47229

Basically it changes the order of things such that the pending events 
are processed before the idle events are sent instead of doing it as 
part of the default EVT_IDLE handler in wxApp.  In a normal app it 
wouldn't be a problem, but it seems to cause some strange things to 
happen in the Functional Tests.

I'm undoing the change in our version of wx and will start the tarballs 
building again.  Meanwhile I'll see if I can find out why the change was 
made.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!



More information about the chandler-dev mailing list