Releases: trusted-programming/rust-diagnostics
Releases · trusted-programming/rust-diagnostics
v0.1.11
- Put header ahead of before and after contexts of the hunk pairs
- Updated the TXL refactoring transformation and Rust grammaar
- Add '--fix' option to invoke flags related to all machine applicable fix rules from rust-clippy project
- Count clippy fixes
- Cache computed data by serialized/deserialize diff hunks
- Print pair pragma with ## so it is easier to differentiate it with the pragma inside warning hints
- Swap the order of diagnostic folder name from $id/diagnostics to diagnostics/$id
- Fix the ordering of diagnostic hints so that the regression test will be repeatable
- Add an option --location to markup the old_context with the warnings
- Add an option --mixed to save the messages into a file in case the information can be useful context
- Save the messages into [$hash]/diagnostics.json to avoid rerun the compilation for changes of the tool features where $hash is the hash id of the current work copy of a git repository