Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (454 - 456 of 1030)

Ticket Resolution Summary Owner Reporter
#743 invalid ccl::foreign-type-alignment returns incorrect alignment for :[un]signed-doubleword on x86 Gary Byers Stelian Ionescu
Description

Using 1.6-dev-r14265M-trunk (LinuxX8632):

(ccl::foreign-type-alignment (ccl::parse-foreign-type :signed-doubleword)) 64

The correct value is 32

#742 fixed Opening foreign libraries on initial thread does not play nice with CFFI Ron Garret
Description

A recent change to open-shared-library runs the code on the initial thread. The result of this is that if anything goes wrong (like the library not being found) the error is dumped to the AltConsole. This undermines CFFI's mechanism for finding shared libraries, which relies on open-shared-library being run within the dynamic context of a handler-case. It also seems like kind of a bad plan to dump an error to the AltConsole for something as common as not funding a shared library.

#741 fixed source locations are off (Windows) Gary Byers gz
Description

meta-. on, e.g. DEFUN, brings you to a point a few hundred characters after the start of the definition of defun (which happens to be a few hundred lines into its source file). The source file is using the CRLF convention, which is apparently confusing meta-.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.