immunant / c2rust

Migrate C code to Rust
https://c2rust.com/
Other
3.91k stars 229 forks source link

missing transpile_files ? #917

Closed lengyijun closed 1 year ago

lengyijun commented 1 year ago

It looks like transpile_files is deprecated, but in examples/json-c/translate.py:111, transpile_files is used

fw-immunant commented 1 year ago

The reference to transpile_files can probably simply be replaced with transpile, but in general this script should probably just be disabled, as it mostly exercises the refactoring tool which is not currently built.