Opened 16 years ago
Closed 15 years ago
#20 closed defect (fixed)
GRAY-STREAMS breaks ASDF loading
Reported by: | ehuelsmann | Owned by: | somebody |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: | ||
Parent Tickets: |
Description
The sequence:
(require 'asdf)
(require 'gray-streams)
(asdf:oos 'asdf:load-op :swank)
breaks the asdf operation, while the same thing without the gray-streams works like a charm
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | pprint-gray-streams.lisp added |
---|
comment:1 Changed 16 years ago by
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.
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed and published in 0.17.
Patch gray-streams/pretty printer (XP) interaction