Skip to content

Conversation

@Fibonacci747
Copy link
Contributor

Removes the unused artifacts_path field from MultiSolMacroGen and simplifies its constructor accordingly. The field was never read within the crate, there are no external consumers due to publish = false, and all path-dependent methods already accept explicit paths as parameters, so retaining the field was misleading and inconsistent with the existing design. The only call site in forge/src/cmd/bind.rs has been updated to reflect the new constructor, resulting in a no-behavior-change cleanup that reduces confusion and dead state.

Copy link
Collaborator

@grandizzy grandizzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense, thanks

@grandizzy grandizzy added this pull request to the merge queue Nov 19, 2025
Merged via the queue into foundry-rs:master with commit d9e9239 Nov 19, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this to Done in Foundry Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants