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

Filter traces based on dependency key and value #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aherrmann
Copy link

While looking through the implementation of deep constructive traces I couldn't make sense of the way in which deepDependencies was applied:
It filtered the traces by comparing the trace's key against the dependency's key but comparing the trace's value against the current top-level value.

I think it should compare against the dependency's key and value. Though I may be misunderstanding something.

Previously `deepDependencies` filtered the traces by comparing a the
trace's key against dependency keys but comparing the trace's value
against the current top-level value.

This changes `recordDCT` to invoke `deepDependencies` on the
dependencies' keys and value hashes.
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.

1 participant