Summary
inconsistency in make-binary.output-port
Metadata
- Id: 6e9549be875eef811baa3e9c044559fe1b1442ce
- Trac id:
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: new
- Component: core libraries
- Estimated difficulty: easy
- Resolution:
- Priority: minor
- Milestone:
- Version: 6.0.0
- Changetime: 2026-08-26 20:39:11 UTC
- Created: 2026-08-26 20:39:11 UTC
- Keywords:
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`")