From: <lr...@us...> - 2007-05-23 21:02:51
|
Revision: 1771 http://svn.sourceforge.net/rubycocoa/?rev=1771&view=rev Author: lrz Date: 2007-05-23 14:02:49 -0700 (Wed, 23 May 2007) Log Message: ----------- 2007-05-22 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m, framework/src/objc/ocdata_conv.m, framework/src/objc/OverrideMixin.m: When converting Objective-C objects to Ruby, do not cache those being converted in an Objective-C callback (either FFI closure or NSInvocation), because there is no way to clear the cache after. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |