zemse / forge-flamegraph

🔥 flamegraphs for solidity
https://ethglobal.com/showcase/not-decided-0gr0p
35 stars 1 forks source link

[bug] Can't install the plugin #1

Open MatteoMer opened 3 months ago

MatteoMer commented 3 months ago

Hello! I'm trying to install the plugin, but I'm getting some dependency issues (2 different versions of forge_compilers are conflicting), any idea on how to solve this ?

Thanks 🫡

zemse commented 3 months ago

Sorry I was afk last week.

If you are just cloning it and building it, it should work, I just tried doing that.

But are you trying to install this plugin in a rust project? Then yeah that will cause some issues because I am referencing an older commit, it would be tricky to make it work.

FYI I am trying to upstream this in foundry repo. Aiming to work on a PR this week. I will update here once it is ready.

zemse commented 2 months ago

Here is the upstreaming PR https://github.com/foundry-rs/foundry/pull/8640

Would love feedback!