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

while-guard #28

Open
yoavnir opened this issue Dec 26, 2018 · 0 comments
Open

while-guard #28

yoavnir opened this issue Dec 26, 2018 · 0 comments
Labels
enhancement New feature or request Future Enhancement of fix for a future version usability
Milestone

Comments

@yoavnir
Copy link
Owner

yoavnir commented Dec 26, 2018

Create some mechanism to stop runaway while loops:

  • Detect when a while statement continues too many times
  • Detect it even if there are nested while loops, the inner one terminating nicely
  • Abort processing or the record when detected.
@yoavnir yoavnir added enhancement New feature or request Future Enhancement of fix for a future version labels Dec 26, 2018
@yoavnir yoavnir added this to the Version 0.9.5 milestone May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Future Enhancement of fix for a future version usability
Projects
None yet
Development

No branches or pull requests

1 participant