Skip to content

Allow explicit segment count limitation#8

Open
guillett wants to merge 4 commits into
damienBloch:masterfrom
guillett:explicit-limit
Open

Allow explicit segment count limitation#8
guillett wants to merge 4 commits into
damienBloch:masterfrom
guillett:explicit-limit

Conversation

@guillett

Copy link
Copy Markdown

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