Skip Menu |

This queue is for tickets about the List-SkipList CPAN distribution.

Report information
The Basics
Id: 6533
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.30
  • 0.31
  • 0.32
  • 0.33
  • 0.40
  • 0.41
  • 0.42
  • 0.50
  • 0.51
  • 0.60
  • 0.61
  • 0.62
  • 0.63
  • 0.64
  • 0.65
Fixed in: (no value)



Subject: deletion of gratest key causes a problem
If one does the following, ($key) = $list->greatest; $list->delete($key); future calls to greatest or append methods are broken. A fix has been added to 0.70_02