vmxdev / tkvdb

Trie key-value database
ISC License
336 stars 24 forks source link

Unit tests failures #9

Open roberto-mainetti opened 2 years ago

roberto-mainetti commented 2 years ago

Your last commit (d09bd9e28b24516bb03f816ea52f88271e06f3c0) breaks some unit tests.

vmxdev commented 2 years ago

Thanks for the report!

I've revert changes in impl/del.c file, now all tests should pass.

However, del() implementation is broken.

We will try to fix it, probably with some other changes.