On 27/out/2005, at 15:18, Juan Jose Garcia Ripoll wrote:
Michael Goffioul, one of the developers of ECL, has passed some patches which port cffi-luis to the CVS version of ECL.
Great! I'll add a note in the webpage saying that ECL CVS is required and update the port's status to "Working."
Also, some of the new features require recent features ECL, IIRC. Which platforms are supported by ECL/CFFI? (or which features don't work on which platforms, if any?)
For example, it'd be nice to push :no-cffi-callbacks to *features* on platforms where ECL doesn't support callbacks.
Please feel free to incorporate this into your source tree. All tests are passed except for one that has a memory leak.
Done that, and that test should be fixed now.
Thu Oct 27 15:39:48 WEST 2005 Luis Oliveira loliveira@common-lisp.net * Updated ECL support
- Updated cffi-ecl.lisp, courtesy of Michael Goffioul. (Includes some ECL specific workarounds in the portable bits of CFFI.)
Thu Oct 27 15:28:55 WEST 2005 Luis Oliveira loliveira@common-lisp.net * Fix memory leak in test FOREIGN-GLOBALS.REF.STRING
Thanks!