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

os.FindProcess, process.Release #4218

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Conversation

leongross
Copy link

@leongross leongross commented Apr 5, 2024

This implementation of os.FindProcess provides minimal functionality while being aligned to the process design pattern of tinygo.

@leongross leongross changed the title os.FindProcess strub os.FindProcess stub Apr 5, 2024
@leongross leongross force-pushed the os/FindProcess branch 2 times, most recently from b27bafa to dd061d8 Compare April 6, 2024 07:43
@leongross leongross marked this pull request as ready for review April 24, 2024 12:13
@leongross leongross force-pushed the os/FindProcess branch 2 times, most recently from 91b9c03 to 2f2caa6 Compare May 7, 2024 15:08
Copy link
Member

@aykevl aykevl left a comment

Choose a reason for hiding this comment

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

Looks fine to me.

src/os/exec_test.go Outdated Show resolved Hide resolved
@leongross leongross force-pushed the os/FindProcess branch 2 times, most recently from 01d2922 to 9fa36f7 Compare May 16, 2024 12:43
@leongross leongross mentioned this pull request May 16, 2024
@leongross leongross changed the title os.FindProcess stub os.FindProcess, process.Release May 17, 2024
@leongross
Copy link
Author

To me it looks like these errors are unrelated to the code this patch covers. Any proposal on how to proceed here @aykevl ?

Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
@leongross
Copy link
Author

@aykevl any idea what's the problem here?

@leongross
Copy link
Author

seems to be blocked by #4206

@aykevl
Copy link
Member

aykevl commented Jun 4, 2024

It's a race that only happens sometimes. I've restarted the test.

Signed-off-by: leongross <leon.gross@9elements.com>
@leongross
Copy link
Author

@aykevl I guess we won the ci race, let's merge this :)

@deadprogram
Copy link
Member

Now merging, thanks for the addition @leongross and to @aykevl for review. Now merging.

@deadprogram deadprogram merged commit e731a31 into tinygo-org:dev Jun 6, 2024
17 checks passed
@leongross
Copy link
Author

thanks a lot @deadprogram!

@leongross leongross deleted the os/FindProcess branch June 6, 2024 15:44
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.

None yet

3 participants