Re: module GC bug

2005-06-19 Thread Rob Browning
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > I don't really know what I am doing, so please comment. FWIW, the > test suite compiled without complaints. [...] > Since noone has complained, I've taken the liberty of adding this to > CVS guile 1.6 as well. Marius could you prepare a > release(c

Re: GUILE 1.6 CVS doesn't compile

2005-06-19 Thread Han-Wen Nienhuys
Kevin Ryde wrote: Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: guile.c:91: error: array type has incomplete element type this is with Fedora Core 4 test 3. What gcc is that, has it got pickier about pointers to unspecified structs? I have changed it to use a pointer. It seems to work, and

Re: module GC bug

2005-06-19 Thread Han-Wen Nienhuys
Neil Jerram wrote: I've found a memory leak in GUILE. The contents of modules are not garbage collected. [...] Your analysis sounds reasonable, but ... If noone objects, I will merge this patch tomorrow night. Since noone has complained, I've taken the liberty of adding this to CVS gu