fix calculation of number to decrement by in 'PersistentVector.delete', after additional test showed that calculation resulted in incorrect metadata. (Todo: just implement function to merge left and right subtrees.)

This commit is contained in:
2026-01-18 00:27:03 +00:00
parent 83bb852ae2
commit 66d672505a
3 changed files with 103 additions and 59 deletions

View File

@@ -1,3 +1,4 @@
# To-do list
- Implement `PersistentVector.delete` and test it
- Implement function to merge left and right subtrees for `PersistentVector.delete` function
- Test `PersistentVector.delete` function
- Implement 'yj' motion and add tests for it