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

Calls like points have a dependency on the last plot/map/... call #1038

Closed
EagleoutIce opened this issue Oct 8, 2024 · 2 comments · Fixed by #1111
Closed

Calls like points have a dependency on the last plot/map/... call #1038

EagleoutIce opened this issue Oct 8, 2024 · 2 comments · Fixed by #1111
Labels
dataflow Related to dataflow extraction enhancement New feature or request

Comments

@EagleoutIce
Copy link
Member

In general we should allow to add dependency links to these last invocations!

@EagleoutIce EagleoutIce added enhancement New feature or request dataflow Related to dataflow extraction labels Oct 8, 2024
@EagleoutIce
Copy link
Member Author

The call-context query already supports this using linkTo but requires the CFG perspective. In a first step, we may focus on a definition-like reachability, checking and tracking previous calls until we get #1005 or #852. In general, the api for defining such relations should remain the same!

@EagleoutIce
Copy link
Member Author

This could help with set.seed, par, and maybe even options too, including them only if they affect something (or at least allow to remove dominated set.seed(123) calls)!

@EagleoutIce EagleoutIce linked a pull request Oct 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataflow Related to dataflow extraction enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant