-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Stewardship and future of the rand lib in the nursery #36999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related to #27703. |
I’m pretty sure there was a proposal from Huon somewhere (found it). Involving streams and ranges. I remember the proposal being pretty good, we could build on it. As for stewardship, somebody has to take the steering wheel of the crate at some point. On the other hand, I’m not against the idea of somebody coming forward with their take on the random crate and letting the download numbers to decide. |
@BurntSushi also wrote up a summary on internals |
As @bstrie mentioned, I'm interested in seeing Regardless of the direction we go in, the crate could really use someone in a position to merge or reject PRs at the very least. |
The libs team got a chance to talk about this during the triage meeting today and the conclusions were:
|
Now that Huon has crossed Apple's event horizon, I would like to ask the libs team to reevaluate the future of the rust-lang-nursery/rand crate. In particular I'm referring to a long-ago comment from Huon that he was working on an overhaul of the rand lib, which has somewhat served to stall outside progress on the lib.
I bring this up now because an old colleague of mine, @bhickey (who has already submitted several PRs to rand, e.g. rust-random/rand#113 ), has expressed interest in taking stewardship of the rand crate, but our enthusiasm is dampened by rand's limbo-ness. Specifically it's uncertain whether someone on the libs team has already decided to take stewardship of the rand crate, or whether there is a consensus on whether the current rand crate ought to be moved to rust-lang-deprecated pending a total overhaul of the API (as some people seemed to almost imply last year).
If the libs team is receptive, I'm sure bhickey would be happy to discuss potential changes to the API with any interested parties. And if someone on the libs team has already decided to tackle this themselves, I can vouch that bhickey is about as close to an expert on random number generation as we are likely to find, and could provide valuable consultation on any future redesign.
(As to the question of why not just work on an external rand crate for now, well, yes, that is what we intend to do, but IMO prospects for large-scale adoption are bleak when it comes to competing with pseudo-blessed libs (e.g. how much effort we continue to put into evangelizing Serde, which still seems to see less real-world use than rustc-serialize).)
The text was updated successfully, but these errors were encountered: