[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, 01 Aug 2010 21:00:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100724 Firefox/3.6.8 |
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/
- [bug #30623] `module-public-interface' returns #f for `the-scm-module',
Patrick McCarty <=