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'm extremely appreciative of your contribution to Rust community. As a beginner, however, it seems a little difficult for me to use some ancillary functions
(e.g. generate a callgraph)
I have been installed the sub-command mirai by cargo install --locked --path ./checker.
And the MIRAI_FLAGS is set to --call_graph_config ./config
by the command MIRAI_FLAGS="--call_graph_config ./config.json" over my project workspace. The file named 'config.json' is blow:
Are the paths in your config file actual paths? Also, you have to choose the backend to be one of "DifferentialDatalog" or "Souffle", not both or either. Likewise ddlog_output_path should be a single path.
It will also help if you can run this with MIRAI_LOG=info and append the output to this issue.
Are the paths in your config file actual paths? Also, you have to choose the backend to be one of "DifferentialDatalog" or "Souffle", not both or either. Likewise ddlog_output_path should be a single path.
It will also help if you can run this with MIRAI_LOG=info and append the output to this issue.
Thanks for your help, this problem has solved. I forgot to set the flag RUSTC_WRAPPER=mirai.
I'm extremely appreciative of your contribution to Rust community. As a beginner, however, it seems a little difficult for me to use some ancillary functions
(e.g. generate a callgraph)
I have been installed the sub-command mirai by
cargo install --locked --path ./checker
.And the
MIRAI_FLAGS
is set to--call_graph_config ./config
by the command
MIRAI_FLAGS="--call_graph_config ./config.json"
over my project workspace. The file named 'config.json
' is blow:Lastly, when I use the command
cargo mirai
, there is no output in my project workspace. But I don't know the correct steps for generating a callgraph.The text was updated successfully, but these errors were encountered: