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

Reverse direction of dependencies when determining target packages. #3469

Merged
merged 1 commit into from
Jun 6, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Jun 2, 2017

Fixes #3466.

@lukesneeringer PTAL, I think this is the right move, but I may have a case of temporary insaninty insanity misunderstanding the existing behavior.

@dhermes dhermes added the build label Jun 2, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 2, 2017
@lukesneeringer
Copy link
Contributor

That seems right to me.

@dhermes
Copy link
Contributor Author

dhermes commented Jun 3, 2017

@lukesneeringer Does it seem right on the level of "LGTM"?

for pkg, deps in PKG_DEPENDENCIES.items():
for dep in deps:
REVERSE_DEPS.setdefault(dep, set()).add(pkg)
del pkg, deps

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@lukesneeringer
Copy link
Contributor

@dhermes Yes, that was intended to be an approval.

@dhermes dhermes merged commit bdb7e0a into googleapis:master Jun 6, 2017
@dhermes dhermes deleted the fix-3466 branch June 6, 2017 17:34
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 21, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants