Am Fr., 1. Jan. 2021 um 20:24 Uhr schrieb David Nalesnik <[email protected]>: > > 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)))
If I'm not mistaken this _is_ already used in https://www.mail-archive.com/[email protected]/msg100337.html Cheers, Harm
