*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5256 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2003-11-02 23:16:40 +00:00
commit bf561a9c3d
2 changed files with 22 additions and 3 deletions

9
TODO
View file

@ -393,12 +393,14 @@ PHP
Guile
-----
** Rename slot setters from CLASS-SLOT-set to CLASS-SLOT-set!
** Maybe rename slot setters from CLASS-SLOT-set to CLASS-SLOT-set!
to match Scheme convention for naming of mutators.
** Support keyword args.
** Support GOOPS shadow classes.
[DONE] Support GOOPS shadow classes.
** Director Support!
[DONE] Support garbage collection.
@ -407,7 +409,8 @@ Guile
GOOPS metaclasses?)
** Maybe communicate the type system between object modules via Scheme
variables, rather than a shared object.
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.