Skip to content

Tags: Srlion/glua

Tags

v0.3.0

fix LUA_NUMBER_MAX_SAFE_INTEGER

v0.2.16

Refactor GetString and GetErrorString to return string instead of *st…

…ring

v0.2.15

Update Go version to 1.23.5 and clean up go.sum dependencies

v0.2.14

change CompileBuffer to return error instead of an int

v0.2.13

Remove unused buffer size parameter from CompileBuffer call example

v0.2.12

Remove unused parameter 'size' from CompileBuffer function

v0.2.11

some changes to the build script

v0.2.10

ok fix some issues to avoid deadlocks

v0.2.9

some changes to how think works

v0.2.8

Replace fmt.Println with L.ErrorNoHalt for error handling in TryCall …

…and TryCPCall methods