build-index, cl-ppcre and github



On 2/13/11 7:27 PM, Leo T Butler wrote:
>
> 4. REQUEST: please checkout and test the above code. I am especially
> interested in hearing about bugs or feature requests.
> At the moment, the code appears to work for me with clisp+cmucl+sbcl,
> but it may need tweaking for other lisps, so I am interested in
> hearing about how it works on other lisps, too.
Works ok with ccl.  I didn't too any real testing other than to run
setup_help_database() and ask for documentation for a few random functions.

Ecl doesn't work.  It seems to have compiled everything, but
setup_help_database eventually causes some unspecific Lisp error about
invalid or protected memory error.

Gcl won't even compile.  This is a showstopper until we decide that gcl
is not the main Lisp anymore.

Ray