[plt-scheme] Bug report: make-pipe-with-specials
Hi everyone,
Here's a bug I found with make-pipe-with-specials in (lib "port.ss"):
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require (lib "port.ss"))
(define-values (ip op) (make-pipe-with-specials))
(display "" op)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This returns the following error message:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
user port write: expected result of type <non-negative exact integer, #f, or
evt>; given #t
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(I ran into this while trying to get graphical snips working in DivaScheme.)
Hope this helps!