[Torch5-devel] luaT api changes
Status: Pre-Alpha
Brought to you by:
andresy
From: Ronan C. <ro...@co...> - 2008-08-14 20:19:38
|
hi i had to cleanup luaT before everybody starts to use it, to be a bit more consistent with luaL. here are some naming changes: luaT_istorch became luaT_id luaT_getmetatable became luaT_pushmetatable luaT_typename became luaT_id2typename luaT_id became luaT_typename2id luaT_checkid became luaT_checktypename2id new functions: luaT_typerror and luaT_typename i changed the packages accordingly. should not bother you too much, as few of you were using luaT. documentation coming soon. ronan. |