Translate some bash scripts to Rust#4971
Open
bfops wants to merge 19 commits intobfops/regen-dllsfrom
Open
Conversation
1 task
…regen-dlls' into bfops/translate-script
1 task
bfops
commented
May 7, 2026
| } | ||
|
|
||
| fn run_publish_checks() -> Result<()> { | ||
| cmd!("bash", "-lc", "test -d venv || python3 -m venv venv").run()?; |
Collaborator
Author
There was a problem hiding this comment.
also un-bashifying this one
bfops
commented
May 7, 2026
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
bfops
commented
May 7, 2026
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
…regen-dlls' into bfops/translate-script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Translating some C#-related bash scripts to Rust as requested in review of #4921.
This begins the work of #4970, but does not complete it.
mastercargo ci dlls->cargo regen csharp dllscargo testruns C# and TypeScript testscargo testAPI and ABI breaking changes
None. Devtools only.
Expected complexity level and risk
2
Testing