You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
I am trying to set this tool and use this to generate call graph. But, when I try running the flags it does not recognize them and when I try to run cargo mirai on a package as well, it fails.
I am also trying to run it with flags, but none of the flags are working. The command I am running is :
cargo mirai -- --print_function_names (it does not give any error message or function names)
Steps to Reproduce
git clone https://github.com/facebookexperimental/MIRAI.git
cd MIRAI
cargo install --locked --path ./checker
cargo download -x bat (this downloads the latest version) cargo mirai - this works fine
but if we try older versions like 0.18.1, it gives some errors. (this is not the case for just this crate and version - can be replicated on other as well)
Issue
I am trying to set this tool and use this to generate call graph. But, when I try running the flags it does not recognize them and when I try to run cargo mirai on a package as well, it fails.
I am also trying to run it with flags, but none of the flags are working. The command I am running is :
cargo mirai -- --print_function_names (it does not give any error message or function names)
Steps to Reproduce
cargo download -x bat
(this downloads the latest version)cargo mirai
- this works finebut if we try older versions like 0.18.1, it gives some errors. (this is not the case for just this crate and version - can be replicated on other as well)
Expected Behavior
I expected it to compile without errors.
Actual Results
I get this error message
Environment
Rust version (rustc --version)
rustc 1.75.0 (82e1608df 2023-12-21)
System : 14 inch M2 Pro
The text was updated successfully, but these errors were encountered: