you need to read the Lua C interface to see what to do with it.
Thanks :)
I presume you mean this line.
and sorry, I needed to say more clearly.
glspi_run_script()
runs glspi_state_new()
(i.e. luaL_newstate()
) first and glspi_state_done()
(i.e. lua_close()
, description) at the end + Garbage Collection: I think I can ignore it.
P.S. Do #652 and #653 have a chance without maintainer?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.