On Wed, Dec 28, 2011 at 9:25 PM, Anton Vodonosov <avodonosov(a)yandex.ru> wrote:
> I am running tests of some most often downloaded CL libraries, including CFFI.
>
> So far CFFI was only tested on Linux. It has Linux, has different number
> (of expected and unexpected) failures on different Lisps.
Thanks, this is rather helpful since these days I don't convenient
access to all the Lisps/platforms supported by CFFI. Those failures
are mostly harmless, although the BFF ones are probably
implementation-specific bugs.
Is there a way to take advantage of your buildfarm such that I can
test CFFI versions before doing a release or before even pushing to
the main repository?
Cheers,
--
Luís Oliveira
http://r42.eu/~luis/
Hello Wenpeng,
I missed an obvious problem with your patch, it depends on Lisps
loading gbk-map.lisp using the UTF-8 encoding. AFAIK, there's no good
way to portably enforce that via ASDF, so I've converted the file to
an ASCII representation. It's not as pretty as the previous version,
but it seems to work.
Cheers,
--
Luís Oliveira
http://r42.eu/~luis/