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

Stack Overflow in findStart #42

Open
jan-christiansen opened this issue Dec 17, 2014 · 2 comments
Open

Stack Overflow in findStart #42

jan-christiansen opened this issue Dec 17, 2014 · 2 comments

Comments

@jan-christiansen
Copy link

The following test case causes a stack overflow.

knockoff(List.fill(5000)("a").mkString(""))
@tristanjuricek
Copy link
Owner

Thanks for the test case!

Solving for 5000 character words might require a bit of a rewrite, so, I can't say when I'd get around to addressing this issue.

@jan-christiansen
Copy link
Author

Thanks for the feedback! In fact this isn't high priority. We just happened to stumble upon this problem because we had a markdown text that contained carriage returns instead of newlines by accident. Rendering this text caused the overflow.

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

No branches or pull requests

2 participants