mirror of
https://github.com/status-im/nim-stew.git
synced 2025-01-09 19:56:09 +00:00
779ba052c8
* Re-route KeyError exceptions as Defect for all except the `[]` function why: Access via key is verified, error is returned via Result[] * Refactor lruFetch() item rotation why: Previously, the item was deleted and re-inserted in the table although for rotation, only the queue links need to be updated. * Delete some KeyError annotations why: Was overlooked earlier * More KeyError fixes