Chunked input/output port without any content raises an error by set-port-position!

Issue #179 resolved
Takashi Kato repo owner created an issue

This should not raise an error.

(import (binary io))

(define in/out (open-chunked-binary-input/output-port))
(set-port-position! in/out 0)

Comments (1)

  1. Log in to comment