RT for rt.cpan.org
Skip Menu
|
Bug #4403 for List-SkipList: next_key does not check if last_key exists
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
List-SkipList CPAN distribution
.
Report information
The Basics
Id:
4403
Status:
resolved
Priority:
0/
Queue:
List-SkipList
People
Owner:
rrwo [...] cpan.org
Requestors:
rrwo [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Important
Broken in:
0.10
Fixed in:
(no value)
History
Show all quoted text
Sat Nov 15 13:28:07 2003
Guest - Ticket created
Subject:
next_key does not check if last_key exists
$l = new List::SkipList() $l->insert('a', 1); $l->insert('c', 3); $x = $l->next_key('b'); # should be 'undef'
Sun Nov 16 14:16:28 2003
rrwo [...] cpan.org - Taken
Sun Nov 16 14:17:31 2003
rrwo [...] cpan.org - Status changed from 'new' to 'resolved'