jolt/host
Yogthos 65c8072ec8 io/copy: write to a byte-output-stream shim
io/copy handled file/stream/writer targets but not a host byte-output-stream
table (jolt-lang/http-client's ByteArrayOutputStream shim, :jolt/output-stream),
erroring 'don't know how to write to'. Dispatch through the shim's .write method,
byte-exact for a byte source — the JVM's io/copy writes to any OutputStream.
2026-06-25 06:29:57 -04:00
..
chez io/copy: write to a byte-output-stream shim 2026-06-25 06:29:57 -04:00