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
The function string.dump is currently an unsupported feature in GopherLua. As it is part of the Lua 5.1 specification it would be great to have this feature in GopherLua as well.
Since the inner workings of GopherLua differs from Lua 5.1, making a compatible binary format impossible. A GopherLua specific format needs to be established. Preferably with a design as close to Lua 5.1 as possible.
This discussion was converted from issue #127 on April 30, 2022 10:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The function string.dump is currently an unsupported feature in GopherLua. As it is part of the Lua 5.1 specification it would be great to have this feature in GopherLua as well.
Since the inner workings of GopherLua differs from Lua 5.1, making a compatible binary format impossible. A GopherLua specific format needs to be established. Preferably with a design as close to Lua 5.1 as possible.
Beta Was this translation helpful? Give feedback.
All reactions