Draft: Fix #1: Disable note for simple-streams and gray-streams
Cmucl supports both simple-streams and Gray streams. Such support
requires changing the function signatures for at least listen
and
clear-input
.
Here is a list of tests affected by :assume-no-simple-streams
:
clear-input.error.1
clear-input.error.2
file-length.error.4
file-length.error.11
file-length.error.12
listen.error.1
stream-element-type.5
stream-element-type.6
For :assume-no-gray-streams
:
file-length.error.4
file-length.error.11
file-length.error.12