From 7c59584b8b3e5dc1d0132d2c4e4b0f27c6335e1e Mon Sep 17 00:00:00 2001 From: Logan Johnson Date: Tue, 3 Jun 2003 17:40:32 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4853 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SWIG/TODO b/SWIG/TODO index 308bb25f5..6f19889be 100644 --- a/SWIG/TODO +++ b/SWIG/TODO @@ -203,6 +203,12 @@ Ruby **** Add Ruby support for Mark Rose's polymorphism code. +**** The "Resource Management in Proxies" section of the "SWIG and C++" + chapter discusses how proxies' ownership of their associated C++ + object can change, and the use of the special disown() and + acquire() methods to change this ownership status. Need to + address this for Ruby as well. + [DONE] Investigate the new object allocation framework that has been implemented for Ruby 1.8 and determine what (if anything) needs to be changed for the wrapper code generated by SWIG. For background