cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

Small error in the CSUG #802

Closed olopierpa closed 5 months ago

olopierpa commented 5 months ago

In the CSUG, https://cisco.github.io/ChezScheme/csug10.0/io.html#./io:h14

"When print-vector-length is set to a true value, write, put-datum, and pretty-print includes the length for all vectors between the "#" and open parenthesis, all bytevectors between the "#vu8" and open parenthesis, and all fxvectors between the "#vfx" and open parenthesis. "

Actually in the case of {byte|fx}vectors the length is printed after the # and not after #vu8 and #vfx, as the examples show.

burgerrg commented 5 months ago

Thanks, this should be fixed in c502a24ffb00f23030374ea09e5b0b4b941aa78d.