PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
338 stars 20 forks source link

Invalid typehint crashes #819

Closed Sainan closed 2 months ago

Sainan commented 2 months ago

This should be "attempt to call a nil value", but just crashes when raising the error:

load[[local x: (]]()

Seems to only happen when Lua is using C++ exceptions, not longjmp.