From: Patrick McCarty <INVALID.NOREPLY@gnu.org>
To: "Ludovic Courtès" <ludo@gnu.org>,
"Patrick McCarty" <pnorcks@gmail.com>,
bug-guile@gnu.org
Subject: [bug #30623] `module-public-interface' returns #f for `the-scm-module'
Date: Sun, 05 Sep 2010 23:38:21 +0000 [thread overview]
Message-ID: <20100905-163821.sv74381.87810@savannah.gnu.org> (raw)
In-Reply-To: <20100905-204612.sv15145.37614@savannah.gnu.org>
Follow-up Comment #5, bug #30623 (project guile):
Sorry, I tried to isolate the problem for you without telling the whole
story...
In the LilyPond source (lily/ly-module.cc), we have
SCM
ly_use_module (SCM mod, SCM used)
{
SCM expr
= scm_list_3 (ly_symbol2scm ("module-use!"),
mod,
scm_list_2 (ly_symbol2scm ("module-public-interface"),
used));
return scm_eval (expr, global_lily_module);
}
There is a call to this function with the equivalent of `the-scm-module' as
the second argument.
In this situation, it would definitely be easier for us just to replace
`the-scm-module' with `the-root-module'.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30623>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
next prev parent reply other threads:[~2010-09-05 23:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-01 21:00 [bug #30623] `module-public-interface' returns #f for `the-scm-module' Patrick McCarty
2010-08-01 21:27 ` Patrick McCarty
2010-08-18 16:51 ` Ludovic Courtès
2010-09-05 19:38 ` Patrick McCarty
2010-09-05 20:46 ` Ludovic Courtès
2010-09-05 23:38 ` Patrick McCarty [this message]
2011-02-13 14:40 ` Ludovic Courtès
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=20100905-163821.sv74381.87810@savannah.gnu.org \
--to=invalid.noreply@gnu.org \
--cc=bug-guile@gnu.org \
--cc=ludo@gnu.org \
--cc=pnorcks@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).