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 dev-dependencies scan if target.XYZ clause also has dependencies #16

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

MarijnS95
Copy link
Contributor

In the event that a dependencies table exists in addition to the dev-dependencies table with the same target.XYZ clause, only the dependencies table would get read when we instead desire both.

Fixes: c2a4c91 ("Also walk target.'cfg()' for dev-dependencies next to dependencies")

@MarijnS95 MarijnS95 changed the title Fix dev-dependencies scan if target.XYZ clause also has dependencies Fix dev-dependencies scan if target.XYZ clause also has dependencies Feb 15, 2022
…cies`

In the event that a `dependencies` table exists in addition to the
`dev-dependencies` table with the same `target.XYZ` clause, only the
`dependencies` table would get read when we instead desire both.

Fixes: c2a4c91 ("Also walk `target.'cfg()'` for `dev-dependencies` next to `dependencies`")
@bkchr bkchr merged commit 394f6f6 into bkchr:master Feb 16, 2022
@MarijnS95 MarijnS95 deleted the dev-dependencies branch February 16, 2022 09:37
@MarijnS95
Copy link
Contributor Author

Thanks again for the quick merging and release @bkchr, sorry for the noise! I have no idea how #15 fixed my issue initially since this was clearly blocking it too...

@bkchr
Copy link
Owner

bkchr commented Feb 16, 2022

No problem. I should have reviewed it better :P

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.

2 participants