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