box: move Lua tuple format wrapper to new `tuple_format` submodule
Since we are going to make public Lua tuple format objects, introduce a new `tuple_format` submodule and move the code related to these objects there. Needed for #4693 NO_DOC=refactoring NO_CHANGELOG=refactoring NO_TEST=refactoring
Showing
- src/box/CMakeLists.txt 1 addition, 0 deletionssrc/box/CMakeLists.txt
- src/box/lua/init.c 2 additions, 0 deletionssrc/box/lua/init.c
- src/box/lua/misc.cc 0 additions, 94 deletionssrc/box/lua/misc.cc
- src/box/lua/misc.h 0 additions, 3 deletionssrc/box/lua/misc.h
- src/box/lua/net_box.c 2 additions, 2 deletionssrc/box/lua/net_box.c
- src/box/lua/net_box.lua 1 addition, 1 deletionsrc/box/lua/net_box.lua
- src/box/lua/tuple_format.c 120 additions, 0 deletionssrc/box/lua/tuple_format.c
- src/box/lua/tuple_format.h 33 additions, 0 deletionssrc/box/lua/tuple_format.h
- test/box/misc.result 4 additions, 4 deletionstest/box/misc.result
- test/box/misc.test.lua 4 additions, 4 deletionstest/box/misc.test.lua
Loading
Please register or sign in to comment