Opened 10 years ago

Closed 10 years ago

#1101 closed defect (fixed)

reverse-list->string is not provided by srfi-13 (but by library.scm instead)

Reported by: evhan Owned by:
Priority: minor Milestone: 4.10.0
Component: core libraries Version: 4.8.x
Keywords: srfi-13, r7rs Cc:
Estimated difficulty:

Description

reverse-list->string is disabled in srfi-13.scm with the comment "this is already available in library.scm". And it is indeed implemented there; however, this causes a problem for R7RS programs with imports like (import (scheme base) (srfi 13)) since neither import provides it even though SRFI 13 is expected to.

Reported by Seth Alves.

Change History (2)

comment:1 Changed 10 years ago by sjamaan

Milestone: someday4.10.0

comment:2 Changed 10 years ago by sjamaan

Resolution: fixed
Status: newclosed

Should be fixed by 04b7f4689a9b032b2e1d204d724d17c541662000

Note: See TracTickets for help on using tickets.