Re: deref-array types

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Mon, 7 Feb 2005 13:53:44 -0700
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
Cyrus Harmon wrote:
> Ok, then this fails on openmcl:

I don't have my powerpc system operational to test this.
But, I do see that the test array.1 in test/arrays.lisp has a very
similar form. Does this test work on your system?

> Furthermore, 18 of the 61 tests in the UFFI test suite fail on OpenMCL. 
> I can't be the first one to have run this. Has anyone else seen this?

Yes, that's known. Edi added some foreign variable accessing routines
to UFFI to support his cl-gd package. However, no one has added
support for this to openmcl. Those are the tests that I'm aware that
openmcl fails. Last I checked, though, the deref-array stuff worked on
openmcl. Still, perhaps you found a bug.

Kevin