On Nov 25, 4:09 pm, Tristam MacDonald <[email protected]> wrote: > Philip: I'm going to have some free time coming up, and I want to get the > ctypes implementation up and running (particularly on pypy). I'm not that > familiar with distributed development using mercurial - does it make more > sense for you to grant me write access on the ctypes repository, or for me > to clone it and us to push-pull back and forth? >
I had looked into giving you commit access to the ctypes clone earlier and it seems that it's not possible to have more than one committer on a cloned repository. So I guess push-pull for now? I created a new clone with the updated ctypes-based cocoa interface: http://code.google.com/r/evilphillip-cocoa-ctypes2/ which you can make your own clone from, and I've added you as a committer to the cocoapy project: http://code.google.com/p/cocoa-python/ the code of which is included inside the pyglet/libs/darwin directory of the clone. --phillip -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. 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.
