safe-read icon indicating copy to clipboard operation
safe-read copied to clipboard

Allow for non-interactive (non-cached) input streams

Open dbmcclain opened this issue 3 years ago • 1 comments

Solves the issue about Buffer cache - should not break any extant uses

dbmcclain avatar Oct 10 '22 21:10 dbmcclain

Can you also modify https://github.com/phoe/safe-read/blob/master/test.lisp#L111-L119 to use this non-interactive mode? These tests are buggy, as in, the DX stream objects may get cached which leads to undefined behavior.

phoe avatar Oct 10 '22 21:10 phoe