This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home.

Ticket 385: Merge `write-bytevector` and `write-bytevector-partial`

2012-10-05 06:55:04
WG1 - Core
cowan
major
cowan
fixed
source
closed
2012-04-29 00:35:12
defect

Under this proposal, the signature would be (write-bytevector bytevector start end port), with the last three arguments optional. The only disadvantage here is that you would no longer be able to specify (write-bytevector bytevector port) directly; you'd need to say (write-bytevector bytevector 0 (bytevector-length bytevector) port).

statusnewdecided

WG1 decided to adopt a variant of this proposal with the signature (write-bytevector bytevector [port [start [end]]]).

owneralexshinncowan
statusdecidedwriting
resolutionfixed
statuswritingclosed