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

Access to Lua modules broken on 5.4.3 #3

Closed
KT819GM opened this issue Sep 26, 2021 · 1 comment
Closed

Access to Lua modules broken on 5.4.3 #3

KT819GM opened this issue Sep 26, 2021 · 1 comment

Comments

@KT819GM
Copy link
Contributor

KT819GM commented Sep 26, 2021

Commit 0e06cb9 is working as expected. With 4a913d0 result:

/lua/main.lua:1: module 'hello' not found:
        no field package.preload['hello']
        no file '/usr/local/share/lua/5.4/hello.lua'
        no file '/usr/local/share/lua/5.4/hello/init.lua'
        no file '/usr/local/lib/lua/5.4/hello.lua'
        no file '/usr/local/lib/lua/5.4/hello/init.lua'
        no file './hello.lua'
        no file './hello/init.lua'
        no file '/usr/local/lib/lua/5.4/hello.so'
        no file '/usr/local/lib/lua/5.4/loadall.so'
        no file './hello.so'

Sadly, I will not be able to find the reason for this.

@UncleRus
Copy link
Owner

UncleRus commented Oct 2, 2021

Thank you!

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

No branches or pull requests

2 participants