guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: heads up: rename from (rnrs bytevector) to (rnrs bytevectors)


From: Andy Wingo
Subject: Re: heads up: rename from (rnrs bytevector) to (rnrs bytevectors)
Date: Tue, 01 Jun 2010 21:54:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

On Tue 01 Jun 2010 15:02, Julian Graham <address@hidden> 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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]