Opened 13 years ago
Last modified 17 months ago
#166 assigned defect
Stream wrapping streams conflict with pretty printer
Reported by: | ehuelsmann | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.3 |
Component: | interpreter | Version: | 1.1.0 |
Keywords: | streams gray-streams needs-test | Cc: | Mark Evenson |
Parent Tickets: |
Description (last modified by )
The stream wrapping streams
can't wrap Gray streams and the XP-STRUCTURE pretty printer structure.
See Also #188
Change History (35)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Cc: | Mark Evenson added |
---|
comment:4 Changed 13 years ago by
Component: | libraries → CLOS |
---|---|
Keywords: | xp clos added |
Milestone: | → 0.28 |
Owner: | changed from nobody to somebody |
comment:5 Changed 13 years ago by
Milestone: | 0.28 → 1.1.0 |
---|
comment:6 Changed 13 years ago by
Keywords: | needs-test added |
---|
comment:7 Changed 12 years ago by
Keywords: | gray-streams added; xp clos removed |
---|
comment:8 Changed 12 years ago by
Keywords: | streams added |
---|
comment:9 Changed 12 years ago by
Milestone: | 1.1.0 → 1.1.1 |
---|
comment:10 Changed 12 years ago by
Milestone: | 1.1.1 → 1.2.0 |
---|---|
Priority: | major → blocker |
Version: | → 1.1.0 |
comment:11 Changed 12 years ago by
Component: | CLOS → libraries |
---|---|
Owner: | changed from somebody to Mark Evenson |
The problem doesn't lie in CLOS, it lies in our pretty printer or generally in our streams implementation, but not CLOS.
comment:12 Changed 12 years ago by
Owner: | changed from Mark Evenson to Evenson Not Org |
---|---|
Status: | new → assigned |
comment:13 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:14 Changed 11 years ago by
Owner: | changed from Evenson Not Org to Mark Evenson |
---|
comment:17 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:20 Changed 7 years ago by
Now that we don't have to deal with Java 5, we can target the re-implementation of streams to Java 6.
comment:21 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:22 Changed 5 years ago by
Component: | libraries → java |
---|
comment:23 Changed 5 years ago by
Component: | java → interpreter |
---|
comment:24 Changed 5 years ago by
Priority: | blocker → critical |
---|
comment:27 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:32 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:33 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:34 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:35 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
Once this ticket has been fixed, I propose we revert r13538, which works around this fact in order to be able to compile SBCL.