"src/code/fd-stream.lisp" did not exist on "6afe1d62087db4480a8654fdaa6f36107b095118"
Forked from
cmucl / cmucl
3033 commits behind the upstream repository.
rtoy
authored
o Add error parameter to flush-state in external format definition so we can handle errors when flushing the state to a stream. o Add optional error parameter to flush-state macro. code/fd-stream.lisp: o For the case where an external format has flush method, EF-FLUSH was not calling it correctly. Update so the output function actuall works. o Add error handler to call to flush-state. o For the case where an external format does not have a flush method, output the state value instead of a replacement character so the external format can handle any errors.