[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #30623] `module-public-interface' returns #f for `the-scm-module'
From: |
Ludovic Courtès |
Subject: |
[bug #30623] `module-public-interface' returns #f for `the-scm-module' |
Date: |
Wed, 18 Aug 2010 16:51:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100725 IceCat/3.6.7 (like Firefox/3.6.7) |
Follow-up Comment #2, bug #30623 (project guile):
Actually:
#v+
scheme@(guile-user)> (eq? (module-public-interface the-root-module)
the-scm-module)
$1 = #t
#v-
So I didn’t expect ‘the-scm-module’ to have a public interface.
With 1.8:
#v+
guile> (eq? (module-public-interface the-root-module) the-scm-module)
$1 = #t
guile> (eq? (module-public-interface the-scm-module) the-scm-module)
$2 = #t
#v-
We could change 1.9 to have ‘the-scm-module’ be its interface, as in 1.8,
if that helps you.
What do you think?
Thanks,
Ludo’.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30623>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/