On Tue 01 Jun 2010 15:02, Julian Graham <jool...@gmail.com> writes: >> Somehow we had the name of (rnrs bytevectors) wrong -- it was (rnrs >> bytevector). I've renamed it in git, which should make it into the >> 1.9.11 prerelease tonight. Sorry for the confusion! > > While you're looking at that, what do you want to do about the version > of that module (and of (rnrs io ports))? For the purposes of R6RS, > the bytevectors library should be available as (rnrs bytevectors (6)).
We can add a #:version to that module. I don't want to version any modules outside of the R6RS support modules, though, because of the stat penalty. $ meta/uninstalled-env strace guile -c 1 2>&1 | grep stat | wc -l 164 $ meta/uninstalled-env strace guile -c '(import (rnrs (6)))' 2>&1 | grep stat | wc -l 773 There are only 20 or so modules in (rnrs (6))... Andy -- http://wingolog.org/