Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (661 - 663 of 1030)

Ticket Resolution Summary Owner Reporter
#800 invalid Problem with socket-error? Mike Travers
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? Mike Travers
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 Nikodemus Siivola
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 ()

(error "missing arg!"))

(defstruct foo

(bar (arg-missing)))

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