seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
90 stars 12 forks source link

thread 'main' has overflowed its stack. #125

Closed christopher-buss closed 1 week ago

christopher-buss commented 1 year ago

I've attached a file in @jeparlefrancais's discord direct messages due to the agreements made by work for a file that is causing this issue.

Of our 200+ files, this is the only one causing us not to be able to compile due to a stack error.

jeparlefrancais commented 11 months ago

Someone reported another case of this error with ProfileService: https://github.com/MadStudioRoblox/ProfileService/blob/master/ProfileService.lua

With this file, it's the full-moon parsing step that overflows. I'm hoping that the parser re-write https://github.com/Kampfkarren/full-moon/pull/276 fixes these kind of issues.

nightcycle commented 1 month ago

Heya! Any update on this! I've found it happens pretty regularly when a script gets too long