On 1.9.2, ABCL recognises Gray Streams as streams, but now it complains about missing methods for all the dribble streams. Methods it asked me before I've given up: gray-streams::gray-stream-element-type and gray-streams:stream-write-string.
Weird stuff that needs deep research and fixing.
[ ] Implement stream-write-string with stream-write-char.
On 1.9.2, ABCL recognises Gray Streams as streams, but now it complains about missing methods for all the dribble streams. Methods it asked me before I've given up:
gray-streams::gray-stream-element-type
andgray-streams:stream-write-string
.Weird stuff that needs deep research and fixing.
stream-write-string
withstream-write-char
.