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

2025-02-28 Thread Ludovic Courtès
Hello! Juliana Sims 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’.

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

2025-01-31 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
* module/srfi/srfi-1.scm (map!): Re-use cons cells of first argument. * test-suite/tests/srfi-1.test: Test map!. --- Hi Ludo, Thanks for your patience in getting this together. I've added some tests for map!. Let me know if you think there are more cases that should be tested. As a sidenote, i