aartaka / graven-image

Portability library for better interaction and debugging of a running Common Lisp image through text REPL.
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Fix DRIBBLE* on ABCL #33

Open aartaka opened 11 months ago

aartaka commented 11 months ago

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.