READ can't read from gray streams
; Wrote /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev-fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl-ppcre-2.0.3/test/ASDF-TMP-tests.abcl (0.13 seconds)
; Loading /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev-fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl-ppcre-2.0.3/test/tests.abcl ...
; Loaded /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev-fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl-ppcre-2.0.3/test/tests.abcl (0.016 seconds)
; Compiling /home/weblogic/quicklisp/dists/quicklisp/software/cl-ppcre-2.0.3/test/perl-tests.lisp ...
; (IN-PACKAGE :CL-PPCRE-TEST)
; (DEFVAR *TESTS-TO-SKIP* ...)
; (DEFUN CREATE-STRING-FROM-INPUT ...)
; (DEFUN PERL-TEST ...)
; Wrote /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev-fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl-ppcre-2.0.3/test/ASDF-TMP-perl-tests.abcl (0.098 seconds)
; Loading /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev-fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl-ppcre-2.0.3/test/perl-tests.abcl ...
; Loaded /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev-fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl-ppcre-2.0.3/test/perl-tests.abcl (0.026 seconds)
Test: Running tests in file "perltestdata"
1:
got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM.
2:
got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM.
3:
got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM.
4:
got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM.
5:
got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM.
6:
got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM.
7:
got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM.
8:
See Also #166
Change History (29)
Cc: |
stassats@… added
|
Summary: |
FLEXI-STREAMS fails when testing CL-PPCRE →
READ can't read from gray streams
|
Keywords: |
gray-streams added; quicklisp asdf flexi-stream cl-ppcre asdf:test-op removed
|
Keywords: |
streams beyond-ansi added
|
Milestone: |
1.1.0 →
1.1.1
|
Milestone: |
1.1.1 →
1.2.0
|
Priority: |
major →
critical
|
Version: |
→ 1.1.0
|
Priority: |
critical →
blocker
|
Owner: |
changed from Mark Evenson to no-one
|
Status: |
new →
assigned
|
Description: |
modified (diff)
|
Component: |
libraries →
streams
|
Milestone: |
1.9.3 →
1.9.2
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
A better test case:
(read (flex:make-flexi-stream (flex:make-in-memory-input-stream (flex:string-to-octets "(+ 1 1)"))))
The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {17E2C93C}> is not of type STREAM.