Closed 0xalpharush closed 8 months ago
[!IMPORTANT]
Auto Review Skipped
Auto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository.To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
The normalization of path added in solc 0.8.8 (https://github.com/ethereum/solidity/pull/11545) was causing issues looking up the filename as the drive is no longer on the AST's
absolutePath
but was in the path we useThe zip archive test wasn't running in CI and the test file from https://github.com/crytic/crytic-compile/pull/450 was missing so I've corrected that.