Skip to content

stdlib: fix ChildProcess.killPosix #9691

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

Merged
merged 1 commit into from
Sep 6, 2021
Merged

Conversation

mathetake
Copy link
Contributor

@mathetake mathetake commented Sep 6, 2021

ChildProcess.killPosix uses os.SIGTERM but it no longer exists since #9618 merged, so this PR fixes it. (I would expect this kind of regression to be captured by testing.refAllDecls(@This()) but not sure why it didn't.)

@mathetake mathetake changed the title stdllib: fix ChildProcess.killPosix stdlib: fix ChildProcess.killPosix Sep 6, 2021
@Vexu Vexu merged commit 34671b1 into ziglang:master Sep 6, 2021
@mathetake mathetake deleted the fix-killposix branch September 6, 2021 23:50
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