Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(gazelle) Fix dependency added as both deps and pyi_deps #3036

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

Merged
merged 3 commits into from
Jun 29, 2025

Conversation

amartani
Copy link
Contributor

Fix an issue in #3014 where a dependency may end up being added in both deps and pyi_deps, in cases where the regular and the type-checking import refer to different python modules on the same py_library target. Other cases are already deduplicated earlier on, but this case can only be deduplicated in the resolve phase.

(No new changelog entry since this is a fix to an unreleased feature that is already in the changelog)

@amartani amartani requested a review from dougthor42 June 29, 2025 21:54
@dougthor42 dougthor42 added this pull request to the merge queue Jun 29, 2025
Merged via the queue into bazel-contrib:main with commit 57f819c Jun 29, 2025
3 checks passed
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.

3 participants