Re: [Pyobjc-dev] Warning: PyObjC repository will be unstable for a while
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-01-02 17:39:09
|
On 2 Jan, 2010, at 16:54, Orestis Markou wrote: > On 2 Jan 2010, at 14:35, Ronald Oussoren wrote: > >> The code in the PyObjC repository will be unstable for a while due to some updates I'm working on. In particular, my next commit to pyobjc-core will break most framework wrappers. That will be fixed in due time, but until then it would be better to not compile from the repository. >> >> >> The update I'm working on is a port to Python 3.x, which is progressing nicely although slower than I'd like. I'm currently at a point where I'm reasonably sure that nothing is horribly broken, although the port is not finished yet. > > Wouldn't it be simpler if this happened on a branch? Unless somehow it's compatible with both 2.x and 3.x at the same time (which can be hard if not impossible, from what I can gather). The C code is compatible with both versions and the python code is translated using 2to3. Working on a branch is not simpler for me because branches in svn suck, even if they suck less than branches in CVS. At this time branches are just overhead for me and hence a way to further slow down development. Ronald > >> The framework wrappers are not yet avaiable on Python 3.x, making that port unusable for normal use. I will port those once I'm happy about the port of pyobjc-core, that should be a lot less work than porting the brige itself. >> >> BTW. I'm also slowly moving the pyobjc documentation to sphinx, the toolchain used to build the Python documentation. > > Excellent news! Many thanks for your work, and a happy new year! > >> Ronald >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ >> Pyobjc-dev mailing list >> Pyo...@li... >> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > |