You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And some tests are failing. Upon further investigation I've noticed the __gc metamethod is not being called to finalize my userdatas. The Linux behaviour is correct, but it fails on Windows.
Please let me know if there's any info I can provide to help.
The text was updated successfully, but these errors were encountered:
Hi, I'm using openresty's fork of luajit on windows builds for this project: https://gitlab.com/emilua/emilua
And some tests are failing. Upon further investigation I've noticed the
__gc
metamethod is not being called to finalize my userdatas. The Linux behaviour is correct, but it fails on Windows.Please let me know if there's any info I can provide to help.
The text was updated successfully, but these errors were encountered: