Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(forge test): install missing dependencies before creating Project #9379

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented Nov 22, 2024

Motivation

Closes #9375

With #8668 we now resolve the Graph when creating project as we need data about all sources for restrictions. This caused forge test to fail in CI if there are any missing dependencies which were being installed only after call to config.project()

This PR changes order of operations so that we always install dependencies first. Also I've added an optimization to skip graph resolution if user did not specify any restrictions

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.

lgtm!

@yash-atreya yash-atreya merged commit 76a2cb0 into master Nov 22, 2024
21 checks passed
@yash-atreya yash-atreya deleted the klkvr/fix-order branch November 22, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Remappings break CI builds using foundry > e649e62
3 participants