guile-rsv

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 279391bba8b7b01a53a8483284e68fc0ff3de6e1
parent 4d82db0ce063ef32f69d34ed66786a94d09c049c
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu, 11 Jan 2024 07:27:54 +0200

Add a TODO point.

Diffstat:
MTODO.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/TODO.org b/TODO.org @@ -12,3 +12,8 @@ Zipheir's points: coroutine generator might be a good choice for this. For example rsv->stream might return a stream of rows which are parsed on-demand. This might take some design thinking. +- [ ] BTW, I think the row & offset numbers should be passed to + 'error' as irritants instead of formatted into the error message. + That way, people can easily extract them. So (error <message> + row-num offset) You can then call error-object-irritants in R7RS to + get them out. It's not important for the binary tools, of course.