Custom Query (1030 matches)
Results (892 - 894 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #443 | invalid | Inappropriate Socket Shutdown | ||
| Description |
When running a loop-back test for an extended period of time, the computer goes into screen saving mode, and Clozure server sockets shut down, refusing any further (re)connections. This is not a one-time event. I see it repeatedly after many such trials. The message from the client side, after receiving a time out on an awaited reply, and then attempting to reconnect, is: Error making TCP connection: host="Amethyst.local", service=12010,
(That (61) may be a locally generated error? or it may be a Unix error number?) |
|||
| #216 | fixed | Provide keyword arguments to process-run-function pipe streams | ||
| Description |
Given the new features for streams, namely the
I think having new keyword parameters like
Alternatively, if a pipe stream creation API was exported (with support for these keyword options), then it would make it possible to create the pipe streams first, and simply pass them into |
|||
| #230 | fixed | Format ~F switches to scientific notation too soon | ||
| Description |
ClozureCL seems to switch to scientific notation when doing format ~F before the number becomes too large or small. Example: CCL> (format t "~F" 0.0001) 1.0E-4 ;; Expected: 0.0001 From CLHS Section 22.3.3.1:
I read that to mean that if less than 100 digits would be printed, then it's required to use fixed point representation. MCL 5.0 actually gets this right, so I/we/somebody might be able to merge code from MCL's Lib/format.lisp into CCL's file of the same name. |
|||
