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

Allow explicit segment count limitation #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

guillett
Copy link

Currently a hard coded limit to recursion is set to 500.

This PR

  • refactors the logic to move from a recursive function to a loop. It allows going beyond system stack size limitation (on my computer I could not change the maximum to 1000, I got a system error).
  • adds control window to set the wanted maximum and allow the warning to be automatically discarded

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