Follow-up Comment #2, bug #30623 (project guile): Actually:
#v+ scheme@(guile-user)> (eq? (module-public-interface the-root-module) the-scm-module) $1 = #t #v- So I didn’t expect ‘the-scm-module’ to have a public interface. With 1.8: #v+ guile> (eq? (module-public-interface the-root-module) the-scm-module) $1 = #t guile> (eq? (module-public-interface the-scm-module) the-scm-module) $2 = #t #v- We could change 1.9 to have ‘the-scm-module’ be its interface, as in 1.8, if that helps you. What do you think? Thanks, Ludo’. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?30623> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/