emiltayl/hashtable

Splitting a cell doesn't work properly

emiltayl opened this issue · 1 comments

There seems to be an error when splitting a cell, resulting in a duplicate element and the loss of another element. Example: start with a table with 2 cells, insert Foo, Bar, Yoo and Too, and you'll end up with Bar in cell 0 and 4 and no Yoo.

Fixed by commit 97f64a6 and 681c50a