Skip to content

Comments

Fixes a StackOverflow issue with the Lexer system.#259

Open
GitHubProUser67 wants to merge 1 commit intonuskey8:mainfrom
GitHubProUser67:main
Open

Fixes a StackOverflow issue with the Lexer system.#259
GitHubProUser67 wants to merge 1 commit intonuskey8:mainfrom
GitHubProUser67:main

Conversation

@GitHubProUser67
Copy link

When doing a lua script with a whole lot of comments starting with "--", it will throw a StackOverflow assertion due to excessive amount of MoveNext calls. This commit fixes that bug by manually doing recursive jobs.

When doing a lua script with a whole lot of comments starting with "--", it will throw a StackOverflow assertion due to excessive amount of MoveNext calls. This commit fixes that bug by manually doing recursive jobs.
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