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

Move _link_package_versions() to CandidateEvaluator #6425

Merged
merged 3 commits into from
May 8, 2019

Conversation

cjerdonek
Copy link
Member

This is a follow-on to PR #6424 and is also a refactor. It stems from the following comment: #6424 (comment)

@cjerdonek cjerdonek added C: finder PackageFinder and index related code skip news Does not need a NEWS file entry (eg: trivial changes) type: refactor Refactoring code labels Apr 23, 2019
@cjerdonek cjerdonek force-pushed the move-link-package-versions branch 2 times, most recently from 064862c to 72e8574 Compare April 23, 2019 03:40
@cjerdonek cjerdonek force-pushed the move-link-package-versions branch from 72e8574 to b1e3849 Compare April 23, 2019 03:49
def is_wheel_supported(self, wheel):
self._py_version_re = re.compile(r'-py([123]\.?[0-9]?)$')
# These are boring links that have already been logged somehow:
self.logged_links = set() # type: Set[Link]

This comment was marked as resolved.

@cjerdonek cjerdonek force-pushed the move-link-package-versions branch from b1e3849 to 1d89051 Compare April 23, 2019 10:27
@cjerdonek cjerdonek force-pushed the move-link-package-versions branch from 1d89051 to 10c68e6 Compare May 7, 2019 15:57
@cjerdonek
Copy link
Member Author

Okay, I posted a new version that addresses @uranusjr's comments.

@cjerdonek cjerdonek merged commit 919ee31 into pypa:master May 8, 2019
@cjerdonek cjerdonek deleted the move-link-package-versions branch May 8, 2019 01:42
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 7, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: finder PackageFinder and index related code skip news Does not need a NEWS file entry (eg: trivial changes) type: refactor Refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants