[racket-dev] Can't use (current-output-port) with subprocess in DrRacket: does it matter?
Currently, you can't run the mongodb tests in DrRacket, because they use "subprocess" with (current-output-port), which (in DrRacket) is not a file-stream port.
In DrRacket's interactions window:
> (file-stream-port? (current-output-port))
#f
Is this expected, or should DrRacket's current-output-port be a file-stream?
John
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4669 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20110107/a88375e2/attachment.p7s>