On Sunday, June 17, 2012 6:03:12 AM UTC-5, Jonathan Hartley wrote: > > > Is it useful to split the 'See if we have test coverage on major platforms > and it passes.' line into one entry for each platform, with tester's names > next to them? Then it's visible which platforms have no testers. > > I'm about to start on OSX 10.6 (Snow Leopard), if that's useful. But if > there's a major merge of evilphilip's branch underway, should I hold off > until that's complete? > > Jonathan > >
I've finished merging the ctypes-based cocoa branch back into the main repository now, so go ahead and test away. One unfortunate new quirk that just got introduced is a console warning message on initialization that looks like: Python[3572:d07] *** -[NSLock unlock]: lock (<NSLock: 0x102208320> '(null)') unlocked when not locked Python[3572:d07] *** Break on _NSLockError() to debug. This seems to be a result of the call to NSScreen.screens() in pyglet/canvas/cocoa.py. It doesn't appear to be hurting anything, but I don't know how to get rid of it either. --phillip -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyglet-users/-/pS1BGqO0ZMoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
