Opened 5 years ago

Closed 12 months ago

#1639 closed defect (fixed)

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

Reported by: felix winkelmann Owned by:
Priority: minor Milestone: someday
Component: extensions Version: 5.1.0
Keywords: Cc:
Estimated difficulty: easy

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.

Change History (1)

comment:1 Changed 12 months ago by felix winkelmann

Resolution: fixed
Status: newclosed

Fixed in svn rev. 42415.

Note: See TracTickets for help on using tickets.