GNU bug report logs - #40584
R7RS string-for-each does not work two or more strings on its argument

Previous Next

Package: guile;

Reported by: OKUMURA Yuki <mjt <at> cltn.org>

Date: Sun, 12 Apr 2020 19:55:02 UTC

Severity: normal

Tags: patch

Done: lloda <lloda <at> sarc.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: OKUMURA Yuki <mjt <at> cltn.org>
Subject: bug#40584: closed (...)
Date: Fri, 29 Sep 2023 17:02:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#40584: R7RS string-for-each does not work two or more strings on its argument

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 40584 <at> debbugs.gnu.org.

-- 
40584: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40584
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: lloda <lloda <at> sarc.name>
To: 40584-done <at> debbugs.gnu.org
Subject: ...
Date: Fri, 29 Sep 2023 19:01:14 +0200
Patch applied in 3243d96bb5b9658f08847a7073fe6c0b2ccab6be.

Thanks,

  Daniel



[Message part 3 (message/rfc822, inline)]
From: OKUMURA Yuki <mjt <at> cltn.org>
To: bug-guile <at> gnu.org
Subject: R7RS string-for-each does not work two or more strings on its argument
Date: Mon, 13 Apr 2020 04:38:58 +0900
Hi,

Actually it's my own bug but let me report here: (scheme base) lacks
implementation for string-for-each thus following code does not work;

(import (scheme base))

(string-for-each
  (lambda (e f) 'ok)
  "01234"
  "slas")

Please note that we already have incompatible string-for-each for
SRFI-13 and R6RS.
(It seems current (scheme base) uses SRFI-13 one)
R7RS for-each (and map) procedures allow different length of
collection as arguments.

Checked on 2b4e45ca1b89a942200b7b9f46060dddc44d2876



This bug report was last modified 1 year and 234 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.