[cffi-devel] Cffi-uffi-compat and clsql-mysql on SBCL

Luís Oliveira luismbo at gmail.com
Sat Aug 7 06:23:58 UTC 2010


Hello Alexandre,

On Fri, Aug 6, 2010 at 12:27 PM, Alexandre Paes
<alex.paes at 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/




More information about the cffi-devel mailing list