Custom Query (1030 matches)
Results (751 - 753 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #800 | invalid | Problem with socket-error? | ||
| Description |
The code for socket-error in l1-sockets.lisp passes several arguments to (make-condition 'socket-error ...) that the class apparently doesn't support, such as :situation. |
|||
| #801 | duplicate | Problem with socket-error? | ||
| Description |
The code for socket-error in l1-sockets.lisp passes several arguments to (make-condition 'socket-error ...) that the class apparently doesn't support, such as :situation. |
|||
| #804 | fixed | fixnum->double vinsn broken on ARM | ||
| Description |
Compilation of the following function fails on ARM: (defun fixnum-double (x) (declare (fixnum x)) (* x 10d0)) That's because it uses FIXNUM->DOUBLE vinsn that has :single-float temp which is not supported by CCL::ALLOCATE-TEMPORARY-VREG. |
|||
Note:
See TracQuery
for help on using queries.
