URL:
  <http://savannah.gnu.org/bugs/?30623>

                 Summary: `module-public-interface' returns #f for
`the-scm-module'
                 Project: Guile
            Submitted by: pnorcks
            Submitted on: Sun 01 Aug 2010 02:00:24 PM PDT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hello,

LilyPond relies on `the-scm-module' having a public interface, but it seems
that this interface is not detected with Guile 1.9 (git):

  scheme@(guile-user)> (module-public-interface the-scm-module)
  $1 = #f
  scheme@(guile-user)>

The above call works just fine in Guile 1.8:

  guile> (module-public-interface the-scm-module)
  #<interface (guile) 7f70cf007840>
  guile>


Thanks,
Patrick




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30623>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to