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 386: Merge `write-bytevector` and `write-bytevector-partial`

2012-05-03 22:59:42
WG1 - Core
alexshinn
major
cowan
duplicate
source
closed
2012-04-29 00:38:03
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).

resolutionduplicate
statusnewclosed

Duplicate of #385