-
Notifications
You must be signed in to change notification settings - Fork 192
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
os.date = nil #91
Comments
https://github.com/Shopify/go-lua/blob/master/os.go#L26 |
Tricky1975
added a commit
to jcr6/jcr6cli
that referenced
this issue
Dec 15, 2017
When JCR6 in Go is gonna replace the original JCR6 I must keep Shopify/go-lua#91 in mind. I shall investigate an alternative solution for the meantime. ;) modified: src/jcr6add.go modified: src/jcr6script.go modified: src/jcr6script.lua
Tricky1975
added a commit
to Tricky1975/trickyunits_go
that referenced
this issue
Dec 16, 2017
Tricky1975
added a commit
to jcr6/jcr6cli
that referenced
this issue
Dec 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line in an old Lua script of mine has never produced an error in any version of Lua, but in go-lua to gives me a "nil value" error
P.S. Tried it in the Lua command line tool too :)
The text was updated successfully, but these errors were encountered: