old-raft-rs
old-raft-rs copied to clipboard
moving to stable
I noticed that raft-rs
almost builds on stable (only the socket_timeout
feature which is used in a single location requires nightly
). The tests don't pass, but I think (but haven't checked) that that's mostly the way we use serde
(which can be taken care of).
Is getting to stable
sooner rather than later interesting or do we not care?
I'd be open towards moving to stable
, but don't consider it a huge priority as there is some fun stuff in nightly
that we might be able to harness as we refine.
In theory I support moving to stable, but at this point I don't think it's possible. My understanding is that even if raft
can move away from all feature flags, it still requires that all dependencies build on stable as well, right?
FWIW the work I've been doing on wal and nonblocking capnproto both use a few feature flags.
I would personally prefer to have raft-rs work on stable, although having it be itself stable is higher priority.