safe-read
safe-read copied to clipboard
Allow for non-interactive (non-cached) input streams
Solves the issue about Buffer cache - should not break any extant uses
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.