Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (370 - 372 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.

#1132 duplicate tilda-tilda format bug motopeh
Description
CL-USER> (lisp-implementation-type)

"Clozure Common Lisp"
CL-USER> (lisp-implementation-version)
"Version 1.9  (LinuxX8632)"
CL-USER> (format t "Hello world!~{~~~D:@<~~A~~>~%~}"
		 '(5))
Hello world!; Evaluation aborted on #<SIMPLE-ERROR #x18B9B0D6>.
CL-USER> 

Text of error:

No matching bracket
"Hello world!~{~~~D:@<~~A~~>~%~}"
                           ^

   [Condition of type SIMPLE-ERROR]
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.