summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLogan Johnson <ljohnson@users.sourceforge.net>2002-12-20 16:13:40 +0000
committerLogan Johnson <ljohnson@users.sourceforge.net>2002-12-20 16:13:40 +0000
commitdae845182c278714433b406c561e1b2c53f17e1f (patch)
tree17f51be499f7f45e9159f1fdeba8b561903b5e5f /TODO
parent05c2429552fffec83284f44af5cb77cae43377f6 (diff)
downloadswig-dae845182c278714433b406c561e1b2c53f17e1f.tar.gz
Add a few things to the TODO list for the Ruby module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 61d25591e..3660f9a04 100644
--- a/TODO
+++ b/TODO
@@ -196,6 +196,10 @@ Ruby
to be changed for the wrapper code generated by SWIG. For background
see ruby-talk messages 23358 and 38856 (and related threads).
+*** Add support for keyword arguments (by collecting them in a hash?).
+
+** Add support for defining nested modules. This should work like it does
+ for the SWIG Perl module.
** In a post to the SWIG users' mailing list (June 5: "Multiple Inheritance
and Ruby"), Brett Williams suggested a workaround for supporting
@@ -260,6 +264,9 @@ Ruby
names classname_AddArtProperty(), etc. somewhere else in the wrapper
code. We'd prefer that it somehow knew to call the function directly.
+* Add some special directives to automatically rename declarations to
+ or from CamelCase.
+
* Consider adding a switch to define everything in the global (Kernel)
module instead of nested in a user-defined module, but only if
it comes up.