Skip to content
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

Prepare to publish puzzlefs to crates.io #109

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

ariel-miculas
Copy link
Collaborator

Relates to #98

This prevented `cargo package` to correctly include all the files, see
https://users.rust-lang.org/t/cargo-package-doesnt-include-entire-source-code/99756

Signed-off-by: Ariel Miculas <[email protected]>
Signed-off-by: Ariel Miculas <[email protected]>
Run `cargo update`.

Signed-off-by: Ariel Miculas <[email protected]>
All dependencies must be hosted on crates.io, otherwise we cannot
publish the package. For now, version 0.4.1 of daemonize is good enough.
We may want to publish a fork of daemonize to crates.io in the future to
avoid getting stuck with an old dependency.
Note: since version 0.5.0, exit_action was removed from daemonize and we
rely on it for the pipe notification mechanism.

Signed-off-by: Ariel Miculas <[email protected]>
@hallyn
Copy link
Contributor

hallyn commented Sep 12, 2023

You said,

"Note: since version 0.5.0, exit_action was removed from daemonize and we
rely on it for the pipe notification mechanism"

Have you opened, or should you open, an issue explaining why we need that? Or is it just a matter of "we could do it another way but haven't had the time"?

@hallyn hallyn merged commit 8978bcd into project-machine:master Sep 12, 2023
1 check passed
@ariel-miculas
Copy link
Collaborator Author

I did open an issue for another feature I've wanted (the issues tab is not longer public) and I've opened this PR last year but got no response since.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants