[plt-scheme] Bug report: make-pipe-with-specials
Danny Yoo
dyoo at cs.wpi.edu
Thu Aug 30 17:30:32 EDT 2007
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!
More information about the plt-scheme
mailing list