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

[jdeps] Support tracking IMPLICIT dependencies #468

Merged
merged 1 commit into from
Jan 28, 2021

Conversation

jongerrish
Copy link
Contributor

@jongerrish jongerrish commented Jan 27, 2021

Support tracking super types of type and of generic type declarations that are not explicitly referenced as IMPLICIT dependencies.

This case only manifests when there are NO explicit type references to
any types in that given dependency, just that types are indirectly
loaded via being a super type of an explicit dependency.

Add tests for this cases as well as lambda references + return types.

IMPLICIT dependencies.

This case only manifests when there are NO explicit type references to
any types in that given dependency, just that types are indirectly
loaded via being a super type of an explicit dependency.

Add tests for this cases as well as lambda references + return types.
@jongerrish jongerrish force-pushed the handle_implicit_deps branch from cdef952 to a260dbe Compare January 28, 2021 01:43
@restingbull restingbull merged commit 71246c9 into bazelbuild:master Jan 28, 2021
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.

2 participants