cc-tweaked / Cobalt

A re-entrant fork of LuaJ
Other
72 stars 13 forks source link

NonResumableException when terminating a yielding tostring metamethod #86

Closed migeyel closed 8 months ago

migeyel commented 8 months ago

The following code throws a NonResumableException:

os.queueEvent("terminate")
tostring(setmetatable({}, { __tostring = coroutine.yield }))

Tested on ComputerCraft 1.109.4 (CCEmuX 1.1.0)

SquidDev commented 8 months ago

Thanks for the report! Hah, that was a silly mistake.