Hi Harm, On Fri, Jan 1, 2021 at 12:44 PM Thomas Morley <[email protected]> wrote: > > the above linked code catches none-public definitions as well, not sure why... > P.e. `split-at-predicate` > > Best wishes. > Harm
Nice catch! This change should catch only the exported bindings: #(define (get-binding-list iface) (ly:module->alist (resolve-interface iface))) Best, David
