lua/uuid: rework luaT_{new,push}uuid() API
This change follows the previous commit regarding `luaT_newdecimal()` and `luaT_pushdecimal()`, see explanation and details there. Also changed the `luaL_` prefix to more appropriate `luaT_`. The `struct tt_uuid` is our own type, the functions are specific to tarantool. So `luaT_`. Part of #7228 NO_DOC=refactoring, no user-visible changes NO_TEST=refactoring, no behavior changes NO_CHANGELOG=refactoring, no user-visible changes
Showing
- src/box/lua/info.c 4 additions, 4 deletionssrc/box/lua/info.c
- src/box/lua/net_box.c 1 addition, 1 deletionsrc/box/lua/net_box.c
- src/box/sql/mem.c 1 addition, 1 deletionsrc/box/sql/mem.c
- src/lua/msgpack.c 1 addition, 1 deletionsrc/lua/msgpack.c
- src/lua/utils.c 11 additions, 2 deletionssrc/lua/utils.c
- src/lua/utils.h 12 additions, 2 deletionssrc/lua/utils.h
Loading
Please register or sign in to comment