Re: defcallback bug/typo
Gary Byers <[email protected]> Wed, 14 Mar 2007 05:00:52 -0600 (MDT)
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-476026088-1173870052=:29393 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Sorry I missed this; the typo was still there as of a few minutes ago (There Will Be A Real Bug-Tracking System Real Soon Now.) Most of the time, most things should bootstrap via: ? (rebuild-ccl :full t) I'm not sure why this wouldn't have. Thanks. On Sat, 24 Feb 2007, Luis Oliveira wrote: > Hello, > > While running the CFFI test suite through OpenMCL 1.1-pre-070214 on > darwinppc32 I came across this typo. The fix is so simple that this > time my bug report comes with a patch. :-) > > --- ccl/lib/ffi-darwinppc32.lisp.old 2007-02-23 03:00:05.000000000 +00= 00 > +++ ccl/lib/ffi-darwinppc32.lisp 2007-02-23 03:00:13.000000000 +00= 00 > @@ -185,7 +185,7 @@ > (cond ((<=3D bits 8) > (setq bias 3) > (if signed > - '%get-signed-byte ' > + '%get-signed-byte > '%get-unsigned-byte)) > ((<=3D bits 16) > (setq bias 2) > > > Doesn't seem trivial to bootstrap for some reason though, so I can't > check whether it works. > > -- > Lu=C3=ADs Oliveira > http://student.dei.uc.pt/~lmoliv/ > > _______________________________________________ > Bug-openmcl mailing list > [email protected] > http://clozure.com/mailman/listinfo/bug-openmcl > > --0-476026088-1173870052=:29393 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bug-openmcl mailing list [email protected] http://clozure.com/mailman/listinfo/bug-openmcl --0-476026088-1173870052=:29393--