-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Publish this crate in a new name #3
Comments
I guess there's one question here and it's, can we achieve the same purpose as our fork but by depending on Then, naming. We could go the usual boring fork naming scheme of e.g. We could also decide to go for different but related name. For example I note that the general concept in make is called "Job Slots", so we could use Finally, we could iterate on that a bit and go for a punny name in fine software / rust tradition, perhaps |
rust-lang#25 is wontfix and even valid use of This problem is unfixable on windows because it does not support Also,
From rust-lang#40 (comment) :
As for the naming, I think |
|
I will submit a PR to change the name and version, and update other metadata. |
I've published v0.2.0! And @passcod I have sent an invitation for you to join https://crates.io/crates/jobslot to reduce the bus factor. |
I'd plan to publish this crate in a new name and submit a PR to
cc
and other dependents to use this crate, which contains various fix and performance optimization (it can useposix_spawn
on unix, which could usevfork
instead offork
).What name should we use?
And is there anything we need to be careful?
The text was updated successfully, but these errors were encountered: