clj-commons / durable-queue

a disk-backed queue for clojure
Eclipse Public License 1.0
384 stars 31 forks source link

Fixed up the regex on files #14

Closed drbobbeaty closed 7 years ago

drbobbeaty commented 7 years ago

The regex for filtering the durable files needs to match the creation of the names o fhte files, in order to make sure that we don't go looking for files that aren't durable queue files.

dirtyvagabond commented 7 years ago

hi @drbobbeaty please rollback the changes to defproject and i'll merge, thanks!

drbobbeaty commented 7 years ago

@dirtyvagabond I left in the update to bytestreams 0.2.2, as that was important to get things working... if you want that out, I can do it too... but since it's another of your projects, I thought you might think it's OK to update it.

dirtyvagabond commented 7 years ago

Thanks @drbobbeaty !