Custom Query (1030 matches)
Results (661 - 663 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. |
|||
| #764 | invalid | function with proclaimed return type NIL causes a warning when uses as a defstruct slot initializer | ||
| Description |
Compiling a file with code such as following causes a full warning and a tertiary value of T from COMPILE-FILE. (declaim (ftype (function () nil) arg-missing)) (defun arg-missing ()
(defstruct foo
|
|||
Note:
See TracQuery
for help on using queries.
