#26 closed defect (fixed)
hashing procedures exported by srfi-69 and srfi-13 conflict
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core libraries | Version: | 4.0.5 |
Keywords: | Cc: | ||
Estimated difficulty: |
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).
Change History (4)
comment:1 Changed 16 years ago by
Version: | 4.0.1 → 4.0.5 |
---|
comment:2 Changed 16 years ago by
Milestone: | → 4.1.0 |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
string-hash[-ci]
have been removed from srfi-13.scm, the srfi-69 procedures accept optional start and end arguments (r14801).