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

ignore path dev deps in circular deps check (attempt 2) #2578

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

kevinheavey
Copy link

@kevinheavey kevinheavey commented Aug 13, 2024

Doing what #2471 was trying to do, this time just adding an extra check to filter out path dev deps with no version constraint and leaving is_self_dev_dep_with_dev_context_only_utils unchanged

I tested this locally by adding solana-program as a path dev dependency to the solana-sanitize crate, and seeing that order-crates-for-publishing.py passes. I then changed it to a workspace dev dep and observed that order-crates-for-publishing.py failed because of the circular dependency

Copy link
Member

@ryoqun ryoqun left a comment

Choose a reason for hiding this comment

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

lgtm

@kevinheavey kevinheavey added the automerge automerge Merge this Pull Request automatically once CI passes label Aug 16, 2024
@mergify mergify bot merged commit 92d932e into anza-xyz:master Aug 16, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge automerge Merge this Pull Request automatically once CI passes need:merge-assist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants