old-raft-rs icon indicating copy to clipboard operation
old-raft-rs copied to clipboard

moving to stable

Open tbg opened this issue 9 years ago • 4 comments

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?

tbg avatar Oct 16 '15 20:10 tbg

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.

Hoverbear avatar Oct 17 '15 18:10 Hoverbear

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?

danburkert avatar Nov 15 '15 23:11 danburkert

FWIW the work I've been doing on wal and nonblocking capnproto both use a few feature flags.

danburkert avatar Nov 15 '15 23:11 danburkert

I would personally prefer to have raft-rs work on stable, although having it be itself stable is higher priority.

droundy avatar Nov 18 '17 13:11 droundy