Hi Dale, <dsm...@roadrunner.com> writes:
[...] > /home/dsmith/src/guile-lib/doc//guile-library.texi:2204: Cross reference to > nonexistent node `SRFI-1 Fold and Map' (perhaps incorrect sectioning?). > makeinfo: Removing output file `guile-library.info' due to errors; use > --force to preserve. [...] > FAIL: api.scm This one is my fault: it’s because ‘(sxml fold)’ in Guile-Lib exports ‘fold’, but the one in Guile doesn’t. There are several ways to fix this, such as: 1. Document the API change in Guile-Lib, tell users to use SRFI-1. 2. Always install Guile-Lib’s ‘(sxml fold)’, for backward compatibility. Thoughts? > FAIL: statprof.scm Commit f8926d8bff047a9ef4f6d13d29dc5fc643c445a4 fixes this. Thanks, Ludo’.