From: Andy Wingo <wingo@pobox.com>
To: Julian Graham <joolean@gmail.com>
Cc: guile-devel <guile-devel@gnu.org>
Subject: Re: heads up: rename from (rnrs bytevector) to (rnrs bytevectors)
Date: Tue, 01 Jun 2010 21:54:19 +0200 [thread overview]
Message-ID: <m3zkzeo7f8.fsf@pobox.com> (raw)
In-Reply-To: <AANLkTikKOrQPqA8KlWkrM8VyyOlXvc-jr0iaDm8pGtbu@mail.gmail.com> (Julian Graham's message of "Tue, 1 Jun 2010 09:02:46 -0400")
On Tue 01 Jun 2010 15:02, Julian Graham <joolean@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/
next prev parent reply other threads:[~2010-06-01 19:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-01 11:28 heads up: rename from (rnrs bytevector) to (rnrs bytevectors) Andy Wingo
2010-06-01 13:02 ` Julian Graham
2010-06-01 14:01 ` Ludovic Courtès
2010-06-01 19:50 ` Andy Wingo
2010-06-01 19:54 ` Andy Wingo [this message]
2010-06-06 14:07 ` Ludovic Courtès
2010-06-01 19:58 ` Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3zkzeo7f8.fsf@pobox.com \
--to=wingo@pobox.com \
--cc=guile-devel@gnu.org \
--cc=joolean@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).