mfdlabs / grid-bot

The underlying code used for the MFDLABS Grid Bot.
https://grid-bot.ops.vmminfra.net
Apache License 2.0
12 stars 1 forks source link

Better syntax error handling #331

Closed nikita-petko closed 2 months ago

nikita-petko commented 2 months ago

This issue introduces the capability to catch grid-server level syntax errors.

The version of Luau this grid server uses is from Jan 2021, and is not extremely different but still has some major differences that will make it pass pre-parsing and cause syntax errors on the grid-server side.

This issue aims to catch these syntax errors so they aren't treated as major errors (they will quickly fill up crash logs like this): image image image image