
7 Aug
2010
7 Aug
'10
6:23 a.m.
Hello Alexandre, On Fri, Aug 6, 2010 at 12:27 PM, Alexandre Paes <alex.paes@streetdogstudio.com> wrote:
Is this something i'm doing wrong or the cffi-uffi-compat package is not fully uffi-2.0.0 compatible?
UFFI 2.0.0 is indeed more recent than the latest uffi-compat.
Any ideas of how i should tackle this issue?
You could implement the new UFFI 2.0.0 functions. That would be great. You should be able to use what's in CFFI and Babel to do so. (For example, if UFFI 2 does provide a string-to-octets function, you should change CFFI-UFFI-COMPAT to depend on Babel and use babel:string-to-octets to implement uffi:string-to-octets.) Cheers, -- Luís Oliveira http://r42.eu/~luis/