[Pyobjc-dev] new cvs checkins
Brought to you by:
ronaldoussoren
From: Steven D. M. <sd...@mi...> - 2002-01-23 03:03:59
|
Checking in pyobjc/OC_PythonObject.m; /cvsroot/pyobjc/pyobjc/OC_PythonObject.m,v <-- OC_PythonObject.m new revision: 1.3; previous revision: 1.2 done replaced [super forwardInvocation] lines that were wrongly commented out. the real fix is in ObjCObject.m below. Checking in pyobjc/ObjC.m; /cvsroot/pyobjc/pyobjc/ObjC.m,v <-- ObjC.m new revision: 1.3; previous revision: 1.2 done With -v ($PYTHONVERBOSE) flag, pyobjc will dump all message sends to a /tmp file. Checking in pyobjc/ObjCObject.m; /cvsroot/pyobjc/pyobjc/ObjCObject.m,v <-- ObjCObject.m new revision: 1.3; previous revision: 1.2 done fixed crash on accessing some abstract classes like NSProxy Checking in pyobjc/setup.py; /cvsroot/pyobjc/pyobjc/setup.py,v <-- setup.py new revision: 1.3; previous revision: 1.2 done added -g flag for compile. might as well build for debugging as long as there's bugs Checking in pyobjc/Examples/HelloWorld.py; /cvsroot/pyobjc/pyobjc/Examples/HelloWorld.py,v <-- HelloWorld.py new revision: 1.3; previous revision: 1.2 done fixed spelling and added missing line. example should really work now. |