On Mon Dec 1, 2025 at 5:45 PM CET, Diogo via Chicken-users wrote:
> The following patch allows me to get some output with -emit-wrappers.
>
> Index: crunch-driver.scm
> ===================================================================
> --- crunch-driver.scm (revision 45088)
> +++ crunch-driver.scm (working copy)
> @@ -58,7 +58,7 @@
> (define (emit-wrappers out)
> (lambda (mod exps)
> (if mod
> - (emit-scheme-wrappers/module (##sys#module-name mod) exps out)
> + (emit-scheme-wrappers/module mod exps out)
> (emit-scheme-wrappers/exported exps out))))
>
> (define short-options (string->list "wxvdJ"))
Thanks a lot, this fixes indeed a bug and has been applied in version
0.993, which is now hosted on codeberg:
https://codeberg.org/Bunny351/crunch
cheers,
felix