izcoser

Results 6 comments of izcoser

Hi. I'm going to investigate why this happens and get back to you!

Targeting a specific contract like src/ContractX.sol will skip analyzing others, so one would expect --filter-paths to behave similarly. Thank you for clarifying.

@htranq what is the difference between this method vs the OP method? Certainly yours is cleaner but I wonder if there's any performance difference.

Found a way around it after digging a little bit. If I first compile with Foundry and then run: `slither src/WETH9.sol --foundry-ignore-compile --compile-force-framework "Foundry" --foundry-out-directory "absoluteOutPath"` It works. But it's...

> @izcoser you want to write a custom LSP or integrate an existing one? Sorry @suren-atoyan I didn't get a notification. I would like to integrate an existing one but...

@kamuik16 Just to clarify, this feature is already built in, just not exposed as a command. So ideally you'd just find where this happens in the code. I have no...