Opened 5 years ago
Last modified 3 months ago
#408 new defect
SYSTEM::STREAM-CHARPOS and CL:FRESH-LINE problems with SYNONYM-STREAM
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.1 |
Component: | (A)MOP | Version: | 1.4.0-dev |
Keywords: | streams | Cc: | |
Parent Tickets: |
Description (last modified by )
Stas reports in <http://article.gmane.org/gmane.lisp.armedbear.devel/3588>:
This does not seem to emit a newline:
(let ((stream (make-synonym-stream '*standard-output*))) (write-string "abc" stream) (fresh-line stream) (write-string "abc" stream))
This does not seem to return the correct character position:
(let ((stream (make-synonym-stream '*standard-output*))) (write-char #\c stream) (system::stream-charpos stream))
as it returns
=> 0
whereas the output should be advanced by one.
Change History (12)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Summary: | SYSTEM::STREAM-CHARPOS does not return correct column for stream → SYSTEM::STREAM-CHARPOS FRESH-LINE problems with SYNONYM-STREAM |
---|
comment:3 Changed 5 years ago by
Summary: | SYSTEM::STREAM-CHARPOS FRESH-LINE problems with SYNONYM-STREAM → SYSTEM::STREAM-CHARPOS and CL:FRESH-LINE problems with SYNONYM-STREAM |
---|
comment:4 Changed 4 years ago by
Milestone: | 1.4.0 → 1.5.0 |
---|
comment:6 Changed 14 months ago by
Milestone: | 1.6.0 → 1.6.1 |
---|
Ticket retargeted after milestone closed
comment:8 Changed 8 months ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:10 Changed 6 months ago by
Milestone: | 1.7.1 → 1.7.2 |
---|
Ticket retargeted after milestone closed
comment:12 Changed 3 months ago by
Milestone: | 1.8.0 → 1.8.1 |
---|
Ticket retargeted after milestone closed
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed