Opened 5 years ago
Closed 20 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.
Note: See
TracTickets for help on using
tickets.
Fixed in svn rev. 42415.