zerosnacks

Results 376 comments of zerosnacks

Ran into a test failure, maybe a regression? Ref: https://github.com/foundry-rs/foundry/actions/runs/18844750249/job/53782078338 ``` thread 'tests::link_create2_nested' panicked at crates/linking/src/lib.rs:453:21: assertion `left == right` failed: incorrect library address for dependency default/linking/nested/Nested.t.sol:Lib of default/linking/nested/Nested.t.sol:LibraryConsumer left:...

Hi @dpgaspar / @eschutho are there any blockers preventing merging this? It closes https://github.com/apache/superset/issues/30304

Hi @julianmrodri would you be able to share a link to your repo or provide a minimal reproduction? I would like to get a better understanding of what the false...

I've created a minimal reproduction repo here: https://github.com/zerosnacks/repro-foundry-issue-3357 Have been able to find multiple cases of lines / branches not being covered but none have resulting in false positives. Would...

Hi all, still looking for examples of false positives rather than incorrect reports / missing lines. I've expanded https://github.com/zerosnacks/repro-foundry-issue-3357 with additional example cases, any concrete reports on issues you are...

Hi @dadadave80 Would it not be possible to use `vm.readFile` to read the artifact and then decode that with `vm.parseJsonKeys`? `forge inspect` behind the scenes is simply just a way...

This is expected, one is a debug log for the file content and the other for parsing the keys. If you require more control over what logs are displayed use...

Opened tickets: - https://github.com/fadeevab/cliclack/issues/97 To do - ~~https://github.com/oli-obk/ui_test/issues/354~~ Resolved in https://github.com/oli-obk/ui_test/releases/tag/0.30.4

https://github.com/mario-eth/soldeer/releases/tag/v0.10.0 is out, this should complete the transition; will wait for Soldeer team to propose bump if the logs show any breaking changes.