Skip to content

Made std.process.execve return an ExecveError!noreturn #17790

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

Closed
wants to merge 0 commits into from
Closed

Made std.process.execve return an ExecveError!noreturn #17790

wants to merge 0 commits into from

Conversation

Arnau478
Copy link
Contributor

std.process.execve and std.process.execv used to return ExecveError and ExecvError resectively. Now, they return a !noreturn error union (with their corresponding error set). Updated some code that used them as well. Reasons for this change are exposed in #17780.

Fixes #17780

@Arnau478 Arnau478 marked this pull request as ready for review October 30, 2023 20:01
@Arnau478 Arnau478 closed this Dec 23, 2023
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.

Make std.process.execv return type be ExecvError!noreturn
1 participant