Summary

srfi-13: string-concatenate stops when cdr is non-list

Metadata

Description

 (string-concatenate '("abc" . "def")) => "abc"

It should probably signal an error. The implementation in SRFI-13 stops at non-pair, this should either be documented or blow up.

Changes and comments

[2023-03-20 15:03:04 UTC] felix changed status from new to closed

[2023-03-20 15:03:04 UTC] felix set resolution to fixed

[2023-03-20 15:03:04 UTC] felix wrote:

Fixed in svn rev. 42415.