bug-guile
[Top][All Lists]
Advanced

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

[bug #30623] `module-public-interface' returns #f for `the-scm-module'


From: Patrick McCarty
Subject: [bug #30623] `module-public-interface' returns #f for `the-scm-module'
Date: Sun, 05 Sep 2010 23:38:21 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0C)

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/




reply via email to

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