Skip to content

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