Re: [PATCH] Document R7RS bytevector functions

2023-01-17 Thread Ludovic Courtès
Hi Daniel, lloda skribis: >> We should keep the manual in sync with docstrings in bytevectors.c. >> >> Thus, my suggestion would be to not insert comments and footnotes about >> R7RS in the existing sections, but instead to do that in the new section. > > Following this, I've removed the footno

Re: [PATCH] Document R7RS bytevector functions

2023-01-15 Thread lloda
Hi Ludovic, thanks for the review. Second version attached. > We should keep the manual in sync with docstrings in bytevectors.c. > > Thus, my suggestion would be to not insert comments and footnotes about > R7RS in the existing sections, but instead to do that in the new section. Following t

Re: [PATCH] Document R7RS bytevector functions

2023-01-14 Thread Ludovic Courtès
Hi Daniel, lloda skribis: > Right now the manual just mentions (scheme base), but not the contents. This > patch at least makes sure that at least the bytevector-related R7RS functions > appear in the index. > > The patch documents a first group of purely bytevector functions and a second > g

[PATCH] Document R7RS bytevector functions

2023-01-13 Thread lloda
Hi Right now the manual just mentions (scheme base), but not the contents. This patch at least makes sure that at least the bytevector-related R7RS functions appear in the index. The patch documents a first group of purely bytevector functions and a second group of binary I/O that are not else