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
Which lua version?
Here is what I get with 5.3 (still should not happen):
src/Main.hx:3: getEnv, null
src/Main.hx:4: environment, null
src/Main.hx:6: getEnv, maňana
src/Main.hx:7: environment, maňana
Uncaught Error: attempt to call a nil value
stack traceback:
[C]: in ?
Uncaught Error: attempt to call a number value
stack traceback:
[C]: in ?
lua: /tmp/luarocks_luarocks-source-luv-1.22.0-1-ct4yTr/luv-1.22.0-1/deps/libuv/src/unix/core.c:280: uv__finish_close: Assertion `0' failed.
It seems the segfault only happens due to the
environment
call.Once fixed:
tests/sys/src/TestUnicode.hx
The text was updated successfully, but these errors were encountered: