Skip to content

Conversation

@dguido
Copy link
Member

@dguido dguido commented Jan 20, 2026

Summary

  • Adds a warning when multiple build frameworks are detected for a target
  • Lists all detected frameworks and indicates which one will be used
  • Informs users they can override with --compile-force-framework

Fixes #414

Test plan

  • Test with a project that has both Foundry and Hardhat configs
  • Verify warning is emitted listing both frameworks
  • Verify --compile-force-framework suppresses the warning

🤖 Generated with Claude Code

When multiple build frameworks are detected for a target, emit a warning
listing all detected frameworks and which one will be used. Users can
override the selection with --compile-force-framework.

Fixes #414

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@smonicas smonicas merged commit c4a2480 into master Jan 23, 2026
111 of 112 checks passed
@smonicas smonicas deleted the fix/414-warn-multiple-frameworks branch January 23, 2026 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Print a warning if multiple compilation frameworks are detected

3 participants