Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 15 years ago by felix winkelmann

Version: 4.0.14.0.5

comment:2 Changed 15 years ago by felix winkelmann

Milestone: 4.1.0

comment:3 Changed 15 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

string-hash[-ci] have been removed from srfi-13.scm, the srfi-69 procedures accept optional start and end arguments (r14801).

comment:4 Changed 14 years ago by (none)

Milestone: 4.1.0

Milestone 4.1.0 deleted

Note: See TracTickets for help on using tickets.