#223: XP-STRUCTURE should be a proper subtype of STREAM ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: Component: (A)MOP | Version: Keywords: | ------------------------+--------------------------------------------------- An attempt has been made to create a proper "implementation super type of all streams" by making a "STREAM" structure (see boot.lisp).
There's a design document.
#223: XP-STRUCTURE should be a proper subtype of STREAM ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: nobody Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: java | Version: Keywords: | ------------------------+--------------------------------------------------- Changes (by ehuelsmann):
* owner: ehuelsmann => nobody * component: (A)MOP => java * milestone: => 1.2.0
#223: XP-STRUCTURE should be a proper subtype of STREAM ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: nobody Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: java | Version: Keywords: | ------------------------+--------------------------------------------------- Changes (by https://openid.fau.de/eg74yneg):
* cc: siccegge@… (added)
#223: XP-STRUCTURE should be a proper subtype of STREAM ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: nobody Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: java | Version: Keywords: | ------------------------+---------------------------------------------------
Comment(by https://openid.fau.de/eg74yneg):
Seems this makes any cl-svg output fail (as diagnosed by ehuelsmann). Simple example:
{{{ (cl-svg:with-svg-to-file (svg 'cl-svg:svg-1.1-toplevel :height 300 :width 300) (#p"test.svg" :if-exists :supersede) (cl-svg:draw svg (:circle :cx 150 :cy 150 :r 140))) }}}
#223: XP-STRUCTURE should be a proper subtype of STREAM -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: interpreter | Version: Keywords: streams | -------------------------+-------------------------------------------------- Changes (by mevenson):
* keywords: => streams * owner: nobody => ehuelsmann * component: java => interpreter
armedbear-ticket@common-lisp.net