You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a summary on what has been happening lately, what we're working on right now and what the future holds. If you want to see anything in particular done right now or cool things for the future, feel free to post suggestions and/or edit this message.
Ongoing
Run tests in Sauce Labs using airtap where applicable
Implement coverage across the board using coveralls.
IDEA: Try to find good use cases for where we can make use of Property Based Testing. The idea is to try to build a test system that helps us find more bugs (see cryptpad with notes from PBT meetup)
Fix up the homepage running at leveljs.org. We have really been slacking off here and we could do some really cool stuff with tutorials, write blog posts on the project as a whole (this issue could be a post)
Bring back basho and lmdb into separate *downs (like rocksdb)? The easiest way is most likely to start from current state of leveldown and pull in the deps/ again from scratch.
This is a summary on what has been happening lately, what we're working on right now and what the future holds. If you want to see anything in particular done right now or cool things for the future, feel free to post suggestions and/or edit this message.
Ongoing
airtap
where applicablecoveralls
.Future
leveljs.org
. We have really been slacking off here and we could do some really cool stuff with tutorials, write blog posts on the project as a whole (this issue could be a post)basho
andlmdb
into separate *downs (likerocksdb
)? The easiest way is most likely to start from current state ofleveldown
and pull in thedeps/
again from scratch.Achieved
level(up)
functionality intoabstract-leveldown
(Merge levelup into abstract-leveldown #58,abstract-level
)subleveldown
leveldown-hyper
not yet done)leveldown
and friends, fixing resource cleanup and segfaults along the way (leveldown-hyper
not yet done)level/awesome
showing what's there and the status of related projects when it comes to dependencies etcseek()
in moreabstract-leveldown
implementationsmemdown
andlevel-js
(Decide on sort order memdown#186 (comment))The text was updated successfully, but these errors were encountered: