Summary
srfi-13: string-concatenate stops when cdr is non-list
Metadata
- Id: 5aa6d915161253085c71e8f19d3b1e575240f8bf
- Trac id: 1639
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: easy
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 5.1.0
- Changetime: 2023-03-20 15:03:04 UTC
- Created: 2019-08-07 15:27:02 UTC
- Keywords:
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.