Summary
hashing procedures exported by srfi-69 and srfi-13 conflict
Metadata
- Id: 20b2f832da3df83faa4bf791c9a56d198dc3504b
- Trac id: 26
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.0.5
- Changetime: 2009-12-01 16:01:13 UTC
- Created: 2009-05-19 22:19:06 UTC
- Keywords:
Description
Several hashing-functions (`string-hash`, ...) are exported from both srfi-13.scm and srfi-69.scm.
We should merge these and put them into the correct file (whichever that is).
Changes and comments
[2009-05-19 22:20:01 UTC] felix changed version from 4.0.1 to 4.0.5
[2009-05-22 13:08:33 UTC] felix set milestone to 4.1.0
[2009-05-27 00:55:32 UTC] felix changed status from new to closed
[2009-05-27 00:55:32 UTC] felix set resolution to fixed
[2009-05-27 00:55:32 UTC] felix wrote:
`string-hash[[-ci]|]` have been removed from srfi-13.scm, the srfi-69 procedures accept optional start and end arguments (r14801).