-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Convert rust_run_program.cpp to Rust #2674
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
Comments
@graydon I can't find |
@cmr |
Oh, it's a filename! Righty. Editing the issue, as there is no longer a chdir there. |
Also a note: the extern global should be implementable in Rust via |
accepted for production-ready milestone |
Sadly, this is still around. |
Some of the functions could be converted to rust, but the functions dealing with signals were moved to rust_builtin.cpp instead (no reason to keep the original file around for one function). Closes #2674 Because less C++ is better C++!
Co-authored-by: Zyad Hassan <[email protected]>
At this point it's really plausible to put almost all this logic in rust, with the exception of the extern global access.
The text was updated successfully, but these errors were encountered: