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

Process.kill Function #696

Merged
merged 12 commits into from
Nov 11, 2023
Merged

Conversation

briandowns
Copy link
Contributor

@briandowns briandowns commented Nov 7, 2023

initial impl of Process.kill

Resolves: #694

What's Changed:

Adds a kill function to the Process module as well as docs.

Type of Change:

  • Bug fix
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Housekeeping:

  • Tests have been updated to reflect the changes done within this PR (if applicable).
  • Documentation has been updated to reflect the changes done within this PR (if applicable).

Screenshots (If Applicable):

Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
Signed-off-by: Brian Downs <[email protected]>
@Jason2605
Copy link
Member

Just checking is this still in draft?

@briandowns briandowns marked this pull request as ready for review November 8, 2023 20:56
@briandowns briandowns self-assigned this Nov 8, 2023
@briandowns briandowns requested a review from Jason2605 November 8, 2023 20:57
@briandowns
Copy link
Contributor Author

Just checking is this still in draft?

Ready for review. Not quite sure how to test it though, effectively. I've tested it on Mac, FreeBSD, and Linux manually.

docs/docs/standard-lib/process.md Outdated Show resolved Hide resolved
src/optionals/process.c Outdated Show resolved Hide resolved
@briandowns
Copy link
Contributor Author

I "think" we're all set.

Copy link
Member

@Jason2605 Jason2605 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@Jason2605 Jason2605 merged commit 873fa99 into dictu-lang:develop Nov 11, 2023
8 checks passed
@Jason2605 Jason2605 mentioned this pull request Sep 12, 2024
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.

[FEATURE] Add kill function to the Process Module
2 participants