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
You must post issues only here. Questions, ideas must be posted in discussions.
GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read Lua 5.1 reference manual carefully?
GopherLua is a Lua5.1 implementation. In Lua, to keep it simple, it is more important to remove functionalities rather than to add functionalities unlike other languages . If you are going to introduce some new cool functionalities into the GopherLua code base and the functionalities can be implemented by existing APIs, It should be implemented as a library.
Please answer the following before submitting your issue:
What version of GopherLua are you using? : v1.1.1
What version of Go are you using? : go1.21.0 linux/amd64
What operating system and processor architecture are you using? : Win11 with WSL2
What did you do? : use tostring on a number
What did you expect to see? : use go formatting function for the datatype
What did you see instead? : fmt.Sprint
The text was updated successfully, but these errors were encountered:
MrParano1d
added a commit
to MrParano1d/gopher-lua
that referenced
this issue
Dec 21, 2023
You must post issues only here. Questions, ideas must be posted in discussions.
Please answer the following before submitting your issue:
tostring
on a numberThe text was updated successfully, but these errors were encountered: