-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
refactorerThis issue relates to the refactoring toolThis issue relates to the refactoring tooltestsProblems with the unit or integration testsProblems with the unit or integration tests
Description
The test suite runs a bunch of transforms right now that are no-ops because they only operate on marked nodes (generally with the target mark) and we do not give them any:
remove_null_terminator(see https://c2rust.com/manual/c2rust-refactor/commands.html#remove_null_terminator)bytestr_to_strconvert_format_args
We could try to add the target mark to all relevant nodes, but for now it's easier to just disable those transforms.
Metadata
Metadata
Assignees
Labels
refactorerThis issue relates to the refactoring toolThis issue relates to the refactoring tooltestsProblems with the unit or integration testsProblems with the unit or integration tests