foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.31k stars 1.75k forks source link

feat(forge build): err if no source file in specified paths #9329

Closed grandizzy closed 1 hour ago

grandizzy commented 2 hours ago

Motivation

Closes #9304

Opted to fail (instead warn) if no source file matches provided build paths

Solution