From 39d926653781505e50cb1b379d69d382cd2f51f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Fri, 23 Sep 2005 09:54:56 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7489 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index 5b8cdb006..5e9928dbb 100644 --- a/TODO +++ b/TODO @@ -247,10 +247,6 @@ Guile SWIG type descriptors; enable reflection on types. (Maybe GOOPS metaclasses?) -** Maybe communicate the type system between object modules via Scheme - variables, rather than a shared object. This would remove the - need of a shared SWIG runtime library. - ** Provide a clean way to construct type predicates. ** In GOOPS mode, maybe make overloaded functions methods.