foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
71 stars 41 forks source link

fix: cleanup build info path #70

Closed 0xalpharush closed 7 months ago

0xalpharush commented 7 months ago

Motivation

The build info path was not being cleaned and leaving out-of-date build info on disk causing issues reconciling the source code with solc AST

xref https://github.com/crytic/slither/issues/2296

Solution

Delete build info path

mattsse commented 7 months ago

sorry, I only saw the ethers pr

superseded by #71