Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for lua 5.2, 5.3 and above #46

Open
paulo-erichsen opened this issue Aug 15, 2019 · 0 comments
Open

add support for lua 5.2, 5.3 and above #46

paulo-erichsen opened this issue Aug 15, 2019 · 0 comments

Comments

@paulo-erichsen
Copy link

orbit works in lua 5.1.5, but is broken in 5.2 and above (such as 5.2.4 and 5.3.5)

when I try to use orbit in 5.2, an exception is thrown

lua: /usr/share/lua/5.3/orbit.lua:9: attempt to call a nil value (local 'setfenv')
stack traceback:
	/usr/share/lua/5.3/orbit.lua:9: in main chunk
	[C]: in function 'require'
...

the line of code in question is

9: setfenv(1, _G)

related info:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant