-
Notifications
You must be signed in to change notification settings - Fork 283
Add crisp tools #1505
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
Add crisp tools #1505
Conversation
3d6e8b2 to
b14877a
Compare
|
This precedes #1477, which I'll rebase after this lands. |
thedataking
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm okay merging this as-is since we've "shaken the tree" already for the comment insertion use case. I don't see a way any residual bugs would affect existing c2rust users.
kkysen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, I think we don't need to carefully review this since it's already in crisp. I did notice a few little things, though.
Also, we have to run cargo +stable in each of the tool directories. Is there a way to avoid that? Would we need an overriding rust-toolchain.toml in each of them that has channel = "stable"?
This moves the Rust file splitting/merging tools from the CRISP repo, branch split-merge-rust, along with some follow-up fixes and usability improvements.