@paulbutgold
Wait, what? Are you sure about that?
Wait, what? Are you sure about that?
Andrew was helping me debug this stuff last night and he certainly seemed to be getting gexp to run with locally defined functions. I'll try some stuff out and give the results later today. This might be a very important point and I will file a bug with the results if it works like you say. Either this is a software bug or a documentation bug if it works like that.
@abcdw @charliemac
@dlakelan @abcdw @charliemac I am sure as it took a lot of time and frustration to get it working in #gocix . but I was slightly incorrect in my statement, it is not with-imported-modules which has the #:select argument, it is source-module-clousure which has it. this would have been evident by reading the links I provided before or looking at guix' source code: https://codeberg.org/guix/guix/src/branch/master/guix/modules.scm#L165 and https://codeberg.org/guix/guix/src/branch/master/guix/modules.scm#L116 . maybe you can send a patch to the manual fixing this?