Custom Query (1030 matches)
Results (370 - 372 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. |
|||
| #1132 | duplicate | tilda-tilda format bug | ||
| 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]
|
|||
Note:
See TracQuery
for help on using queries.
