flumedb / flumeview-query

streaming database stuff, see flumedb: https://github.com/flumedb/
MIT License
17 stars 4 forks source link

update to latest flumeview-level to fix reindex bug #7

Closed mmckegg closed 6 years ago

mmckegg commented 6 years ago

flumeview-query is still using an ancient old version of flumeview-level (1.0.3) that doesn't reindex when the since value changes. Instead it throws an error.

This PR bumps to version 2.0.5. Haven't tested this in flumeview-query but it worked fine in my links.js fork inside of ssb-backlinks.

ssbc/scuttlebot#427

arj03 commented 6 years ago

@mmckegg seems like this has been resolved with 4.0.1?

mmckegg commented 6 years ago

Yep, you are right @arj03.

However, unfortunately the bug still exists because flumeview-level has a new breaking change that causes this to still fail. See https://github.com/flumedb/flumeview-level/pull/4

But I will close this PR since it is no longer useful.

dominictarr commented 6 years ago

okay, I merged the flumeview-level thing so this should be okay now?