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

Correctly handle process status on macOS #976

Merged
merged 1 commit into from May 5, 2023
Merged

Conversation

GuillaumeGomez
Copy link
Owner

@GuillaumeGomez GuillaumeGomez commented May 5, 2023

Fixes #975.

It was actually a very bad way to go around the wrong ProcessStatus. So instead, if the ProcessStatus is Run, we return the ThreadStatus (converted into ProcessStatus). So no need for this public field anymore.

@GuillaumeGomez GuillaumeGomez merged commit 41367e7 into master May 5, 2023
56 of 59 checks passed
@GuillaumeGomez GuillaumeGomez deleted the mac-proc-status branch May 5, 2023 12:20
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.

ThreadStatus is not public/exposed on apple targets
1 participant