Add maintained fork as alternative for daemonize#2473
Open
decathorpe wants to merge 1 commit intorustsec:mainfrom
Open
Add maintained fork as alternative for daemonize#2473decathorpe wants to merge 1 commit intorustsec:mainfrom
decathorpe wants to merge 1 commit intorustsec:mainfrom
Conversation
Contributor
|
I'm not convinced we want to recommend brand new forks as official alternatives. Ideally they should be easy to find when searching crates.io for relevant keywords (including potentially the old crate name), though. |
Contributor
Author
|
I understand the hesitation. Though that's kind of a chicken-and-egg problem ... I'm fine with this PR being left unmerged for now, until there's either a better alternative or more projects have adopted the new crate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have forked the original
daemonizecrate asdaemonixand merged changes that fix the UB issue that was reported against the original crate. It can be used as a "safer" / "maintained" drop-in replacement for daemonize.