guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-6-24-g700


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-6-24-g7009082
Date: Mon, 21 Dec 2009 10:58:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=700908288cdafd7d68dc2861e2348f38aeb38782

The branch, master has been updated
       via  700908288cdafd7d68dc2861e2348f38aeb38782 (commit)
      from  a6dc56a71e0085f9e0f889ecbb8b085f6c92da7b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 700908288cdafd7d68dc2861e2348f38aeb38782
Author: Andy Wingo <address@hidden>
Date:   Mon Dec 21 11:54:48 2009 +0100

    remove "module system quirks" from the manual
    
    * doc/ref/api-modules.texi (Module System Quirks): Remove this outdated
      section.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/api-modules.texi |   36 ------------------------------------
 1 files changed, 0 insertions(+), 36 deletions(-)

diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 1c9ab23..d528a81 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -150,7 +150,6 @@ there is still some flux.
 * Using Guile Modules::         How to use existing modules.
 * Creating Guile Modules::      How to package your code into modules.
 * Module System Reflection::    Accessing module objects at run-time.
-* Module System Quirks::        Strange things to be aware of.
 * Included Guile Modules::      Which modules come with Guile?
 * Accessing Modules from C::    How to work with modules with C code.
 @end menu
@@ -203,10 +202,6 @@ you can manipulate the current syntax transformer using the
 @code{use-syntax} syntactic form or the @code{#:use-syntax} module
 definition option (@pxref{Creating Guile Modules}).
 
-Please note that there are some problems with the current module system
-you should keep in mind (@pxref{Module System Quirks}).  We hope to
-address these eventually.
-
 
 @node Using Guile Modules
 @subsubsection Using Guile Modules
@@ -632,37 +627,6 @@ arguments should be module objects, and @var{interface} 
should very
 likely be a module returned by @code{resolve-interface}.
 @end deffn
 
address@hidden Module System Quirks
address@hidden Module System Quirks
-
-Although the programming interfaces are relatively stable, the Guile
-module system itself is still evolving.  Here are some situations where
-usage surpasses design.
-
address@hidden @bullet
-
address@hidden
-When using a module which exports a macro definition, the other module
-must export all bindings the macro expansion uses, too, because the
-expanded code would otherwise not be able to see these definitions and
-issue a ``variable unbound'' error, or worse, would use another binding
-which might be present in the scope of the expansion.
-
address@hidden
-When two or more used modules export bindings with the same names, the
-last accessed module wins, and the exported binding of that last module
-will silently be used.  This might lead to hard-to-find errors because
-wrong procedures or variables are used.  To avoid this kind of
address@hidden situation, use a custom interface specification
-(@pxref{Using Guile Modules}).  (We include this entry for the possible
-benefit of users of Guile versions previous to 1.5.0, when custom
-interfaces were added to the module system.)
-
address@hidden
-[Add other quirks here.]
-
address@hidden itemize
-
 
 @node Included Guile Modules
 @subsubsection Included Guile Modules


hooks/post-receive
-- 
GNU Guile




reply via email to

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