Opened 11 years ago
Closed 11 years ago
#1097 closed defect (fixed)
subvector fails at vector-length
Reported by: | juergen | Owned by: | chicken-team |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | core libraries | Version: | 4.8.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
The subvector routine should return an empty vector at the end, as does substring.
Presently it reports a range error.
For example
(let ((vec '#(0 1 2 3))) (subvector vec (vector-length vec)))
should return '#() but fails instead.
Note: See
TracTickets for help on using
tickets.
Fixed by changeset 226007b282865d23b67db0ffa92a8b790032efdc