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

Improve exit point detection #127

Closed
3 tasks
EagleoutIce opened this issue Jun 30, 2023 · 1 comment
Closed
3 tasks

Improve exit point detection #127

EagleoutIce opened this issue Jun 30, 2023 · 1 comment
Labels
dataflow Related to dataflow extraction enhancement New feature or request

Comments

@EagleoutIce
Copy link
Member

This may be done multiple times.
We can support:

  • Return/next/break - stop consumption and do not look after these lines
  • Track if if-then-else cover all scenarios (would be helpful for tracking late Parameter bindings with promises too)
  • [identify other cases, ...]
@EagleoutIce
Copy link
Member Author

All of this is handled implicitly with #526.

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

No branches or pull requests

2 participants