bug#74696: [PATCH] srfi-1: map!: Re-use cons cells of first argument.

Ludovic Courtès <[email protected]> Fri, 28 Feb 2025 21:59:44 +0100
Newsgroups gmane.lisp.guile.bugs
Message-ID <[email protected]>
Hello!

Juliana Sims <[email protected]> skribis:

> * module/srfi/srfi-1.scm (map!): Re-use cons cells of first argument.
> * test-suite/tests/srfi-1.test: Test map!.

This LGTM but it leads to a bunch of unrelated test failures.  Could you
check on your side?

Thanks,
Ludo’.