Matt Solomon
Matt Solomon
If we want to avoid symlinks, we could just duplicate the output in both places, like literally copy/paste the files from one dir to the other
Please provide steps to reproduce
versions 1.8.0 and later of forge-std removed ds-test as a dependency, but earlier versions have it. The stack too deep error is not a foundry issue, but specific to the...
Related to https://github.com/foundry-rs/foundry/pull/5718
Also using this issue to track other tokens this has been reported for: - OUSD: https://github.com/foundry-rs/foundry/issues/4595 - DIGG: https://github.com/foundry-rs/forge-std/issues/444
Hey! I'm not too familiar with how jest mocks work, but from that description I don't think it's currently possible, though there is a feature request for it: https://github.com/foundry-rs/foundry/issues/4513.
Going to close this now that we have a `mockCallRevert` cheat (ref https://github.com/foundry-rs/foundry/pull/4343 and https://github.com/foundry-rs/forge-std/pull/337), since that covers most use cases
> Is there a possibility of extending console to add in console.log(bytes32) or console.log(string,bytes32)? As hinted at above, the reason it's `console.logBytes32(bytes32)` and why we shouldn't add support for `console.log(bytes32)`...
Definitely supportive of a `console2.table` command
Superceded by https://github.com/foundry-rs/forge-std/pull/505