zerosnacks

Results 159 comments of zerosnacks

Initial repro now yields: ``` [FAIL: vm.parseJsonStringArray: path ".methodIdentifiers[*]~" must return exactly one JSON value] test_readStringArray() (gas: 3899) ``` `readStringArray` only operates on string arrays, not JSON arrays of strings...

> @zerosnacks I see its been included in a milestone - does this mean the feature is being worked on? Not necessarily, I'm going through a process of filtering currently...

Looks like this may now be possible as a `filter program` https://github.com/watchexec/watchexec/issues/204#issuecomment-2067677599 Not sure if the complexity is worth it

Hi @miketamis, would you be able to run on the latest version with the RUST_LOG=trace environment variable and post the logs right before the error message?

Hi @miketamis, Would you mind trying to reproduce this against the latest version of Foundry? We've recently pushed a related fix: https://github.com/foundry-rs/foundry/pull/9020

this would be neat: https://github.com/foundry-rs/foundry/issues/4000

Hi all, I feel like the current version of `forge script` has largely achieved what is defined in the wishlist. In order to make this ticket and its leftover points...