Ludovic Courtès writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> ice-9/boot-9.scm:106:20: In procedure #<procedure bde140 at >> ice-9/boot-9.scm:97:6 (thrown-k . args)>: >> ice-9/boot-9.scm:106:20: No variable named make-delimited-input-port in >> #<interface (web response) f9bd80> > > Arf, that’s because I wrote ‘resolve-interface’ instead of > ‘resolve-module’ (the former means “public interface”.) > > New patch:
Thank you! With this patch applied everything works as expected. Yay! ~~ Ricardo