I've reworked it so that it is a replacement for the existing guile
module and have made some headway on the test suite (much of it now
"passes", in that the test cases don't give errors/warnings, but I'd
like to rework it to actually run a few more tests rather than just
compile).
The big gap a
On 22/03/11 08:16, Tristan Colgate wrote:
On 21 March 2011 20:32, William S Fulton wrote:
Are you proposing a 2nd SWIG Guile module in addition to the current module?
The code as it stands is exactly that, a new module. I have worked
under the assumption that breaking the existing guile s
On 21 March 2011 20:32, William S Fulton wrote:
> Are you proposing a 2nd SWIG Guile module in addition to the current module?
The code as it stands is exactly that, a new module. I have worked
under the assumption that breaking the existing guile support was
taboo.
> I am no guile user, so c
On 19/03/11 20:08, Tristan Colgate wrote:
Hi All,
I'm working on a couple of projects using guile and swig and
recently did some work to put together a guile2 module for swig.
I started out by trying to add guile2 support to the existing guile
support but the focus on the old GH interface