Matt Solomon

Results 519 comments of Matt Solomon

> @mds1 I think I am on the same page as Rappie mentioned in https://github.com/crytic/echidna/issues/1231#issuecomment-2117839608 > In foundry we have plans to add regression test generation where we capture all...

Support for the `--skip` flag that `forge build` has would be really nice to allow filtering out directories from the results. When I test this, the output is dominated by...

I think the solution here is what we discussed with @klkvr in the past—instead of disabling cache, the build info flag should generate a new build-info on each compiler run,...

This was intended behavior. Do you have a use case for continuing execution after failure? If so, perhaps it's feasible to add a flag to toggle the behavior used

Thank you for the feedback. I have also thought this a few times, e.g. when making a large change and expecting a lot of assertions to fail. cc @klkvr for...

So this PR now print console logs for every iteration of a fuzz set? I think previously we only printed them for the last successful run? Printing for every run...

@klkvr Related to https://github.com/foundry-rs/foundry/issues/5041 where we'd want similar functionality to only get ABIs without compiling, so we know which contracts to compile

Thanks for opening this! I agree this needs to be introduced in a way that avoids breaking changes, since it's likely users have assertions with hardcoded expected create2 addresses. What...

See https://github.com/foundry-rs/foundry/pull/6656, you can set `always_use_create_2_factory = true` flag which should resolve this :)

This makes sense, we probably need to decouple these and have: - One setting to specify which `evm_version` should be passed to solc - Another setting to specify which `evm_version`...