Summary
utf8-srfi-13-string-every returns #f with empty string
Metadata
- Id: d3377b3a5d67aa139f86f9a9a6bd75beb5c99246
- Trac id: 1575
- Type: defect
- Reporter: andyjpb
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty: easy
- Resolution: fixed
- Priority: major
- Milestone: 5.2
- Version: 4.9.x
- Changetime: 2019-06-30 19:39:57 UTC
- Created: 2019-01-09 23:35:06 UTC
- Keywords:
Description
`(string-every (constantly 'hello) "")` returns #t with the regular version of `string-every` but `#f` with the utf8-srfi-13 version.
Changes and comments
[2019-01-09 23:36:07 UTC] andyjpb changed summary
[2019-03-29 21:05:04 UTC] sjamaan changed milestone from 4.14.0 to 5.1
[2019-03-29 21:05:04 UTC] sjamaan wrote:
Ticket retargeted after milestone deleted
[2019-04-07 12:23:24 UTC] sjamaan changed milestone from 5.1 to 5.2
[2019-04-07 12:23:24 UTC] sjamaan wrote:
Getting ready for 5.1, moving tickets which won't make it in to 5.2.
[2019-06-30 19:39:57 UTC] sjamaan changed status from new to closed
[2019-06-30 19:39:57 UTC] sjamaan set resolution to fixed
[2019-06-30 19:39:57 UTC] sjamaan wrote:
Fixed by r37745 and r37746 - should be released shortly as 3.6.2 for C5 and 3.4.5 for C4.