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

Correct a comment and a typo #170

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

carlosmn
Copy link
Contributor

The first change is that Spawn is not about running things outside the sandbox but inside. There is a different interface for running processes outside of the sandbox.

The second one is an all-to-common typo of writing existed instead of exited. This does break API but it also fixes it so I don't know what you'd want to do about accepting that. Maybe the typoed version should be deprecated instead?

Spawn is about executing something inside the sandbox. There is a different
interface for executing outside.
@bilelmoussaoui
Copy link
Owner

I don't plan to do a new .x release anytime soon, so it is fine to break API. As we would bump to zbus 4.0 soon-ish anyways

@bilelmoussaoui
Copy link
Owner

If you need the fixed version, you can always cherry-pick the changes and mark the wrongly named one as deprecated in the 0.6 branch

@carlosmn
Copy link
Contributor Author

That's all fine then.

@bilelmoussaoui bilelmoussaoui merged commit 8b7fb6d into bilelmoussaoui:master Oct 30, 2023
6 checks passed
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