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

Revert "fix(core): use rglob to guess local Python modules (#753)" #798

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

mkniewallner
Copy link
Collaborator

@mkniewallner mkniewallner commented Aug 7, 2024

Resolves #797.

Reverts #753, that was meant to resolve #740, but did not fully resolve the issue in the end. Since the change introduces a significant performance regression in huge codebases, it feels better to revert the change for the moment, and see how we can properly support PEP 420, while limiting the impact on performance.

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.0%. Comparing base (4b6f210) to head (087b8af).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #798   +/-   ##
=====================================
  Coverage   93.0%   93.0%           
=====================================
  Files         37      37           
  Lines        961     961           
  Branches     173     173           
=====================================
  Hits         894     894           
  Misses        51      51           
  Partials      16      16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mkniewallner mkniewallner marked this pull request as ready for review August 7, 2024 18:37
@mkniewallner mkniewallner merged commit 060f247 into main Aug 7, 2024
25 checks passed
@mkniewallner mkniewallner deleted the revert-753-fix/issue-740 branch August 7, 2024 20:42
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.

PEP420 namespaces aren't recognized Ability to disable support for PEP 420 due to performance degradation
1 participant