Re: [PATCH] Use module identity to filter for existing modules

2011-03-03 Thread Andy Wingo
Hi, On Wed 02 Mar 2011 17:54, Andreas Rottmann writes: > As discussed on IRC, here is a fix that makes R6RS's `import' work again > when importing multiple times from the same library. See the patch > header for details. Applied, thanks. Andy -- http://wingolog.org/

[PATCH] Use module identity to filter for existing modules

2011-03-02 Thread Andreas Rottmann
Hi! As discussed on IRC, here is a fix that makes R6RS's `import' work again when importing multiple times from the same library. See the patch header for details. From: Andreas Rottmann Subject: Use module identity to filter for existing modules This fixes a problem with R6RS's `import' in pa