zerosnacks

Results 377 comments of zerosnacks

Hi @fnerdman thanks for your PR! Are there any blockers currently preventing this from marking it ready for review? Would be great to get this in.

No problem! Thanks for your contribution. I've opened a ticket here: https://github.com/foundry-rs/foundry/issues/8581 matching the description and goal of the PR so it can be picked up in the future

Marking as duplicate of https://github.com/foundry-rs/foundry/issues/5085

Not a fan of the proposed comment directive approach but I can see how this feature could be useful, echoing https://github.com/foundry-rs/foundry/pull/7738 Perhaps a mapping similar to how libraries can be...

Hi @kopy-kat, Since it has been a while since this ticket was opened I'm curious whether you've been able to find a workaround? The requested feature makes sense to me...

I think this is something we can reconsider when thinking about integration points for extensions / plugins for Foundry https://github.com/foundry-rs/foundry/issues/8266 For now however I'll mark it as `not planned` and...

Re-running with given setup now yields: ``` forge test -vvvv [â Š] Compiling... [â ¢] Compiling 25 files with Solc 0.8.26 [â °] Solc 0.8.26 finished in 1.16s Compiler run successful! Ran 2...

Marking this as `out of scope` as it is a spotty Infura RPC related issue Failed to reproduce: ``` forge create Counter --keystore --rpc-url [â Š] Compiling... No files changed, compilation...

Marking as complete as Foundry has fully migrated to Alloy :100: Leftover code that aided in the transition, like https://github.com/foundry-rs/foundry/issues/7048, will be cleaned up in standalone tickets or whenever we...

Note: looks like this is still an active issue - for future reference When no `solc_version` has been set it yields: ```json { "evm_version": "paris", } ``` With `solc_version` set...