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

Filtering types at call edges to handle tuples better. #128

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

Conversation

victornicolet
Copy link
Contributor

This adds a filter check at the level of outgoing edges from a call node, where the tuple index information is present. This allows for more precise filtering. For example, if you specified that a function source(...) (Value, error) is a source but also specified that error values are filtered out of the dataflow tracking, this will now filter out using the second part of the output tuple of the calls to source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant