#20: GRAY-STREAMS breaks ASDF loading -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: critical | Milestone: Component: component1 | Version: Resolution: | Keywords: -------------------------+--------------------------------------------------
Comment(by mevenson):
If you evaluate the patch in 'pprint-gray-streams.lisp', you can at least get swank to load, but you get weird breakage in other parts of the pretty printer at odd times (the latest I have found is in trying to get FLEXI- STREAMS to work).
In genreal, this breakage stems from the fact that the current implementation of Gray streams within ABCL does not subclass the builtin class STREAM as subclassing builtin classes is not currently implemented.