Skip to content

Fix import following issue in daemon #10032

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 1 commit into from
Feb 5, 2021
Merged

Fix import following issue in daemon #10032

merged 1 commit into from
Feb 5, 2021

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Feb 5, 2021

A special case for dealing with blocking errors caused false positives
when following imports. Narrowed down the special casing to only
trigger when there is blocking errors.

The logic is still quite convoluted, but at least this fixes some
issues with following imports to stub packages.

Fixes #10022.

A special case for dealing with blocking errors caused false positives
when following imports. Narrowed down the special casing to only
trigger when there is blocking errors.

The logic is still quite convoluted, but at least this fixes some
issues with following imports to stub packages.

Fixes #10022.
@JukkaL JukkaL merged commit a1a74fe into master Feb 5, 2021
@JukkaL JukkaL deleted the daemon-follow branch February 5, 2021 13:50
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.

Failure following imports in daemon when importing a submodule
2 participants