replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
298 stars 25 forks source link

Bug: deleting filestore with relative path throws Nullpointer Exception #105

Open jsmassa opened 1 year ago

jsmassa commented 1 year ago

See replikativ/datahike#616.

Happens in version 0.7.309.

Expected: The store should either be able to accept relative paths or have it documented clearly and throw a custom Exception about the problem.