Summary

inconsistency in make-binary.output-port

Metadata

Description

The "write" callback to "make-binary-outport-port" takes bytes, while the writer for "make-output-port" takes a string. The former should actually accept bytevectors.

(reported by "klm`")