console: use Lua C API to do formatting for console
YAML formatting C API is needed for #2677, where it will be used to send text pushes and prints as tagged YAML documents. Push in the next patches is implemented as a virtual C method of struct session, so it is necessary to be able format YAML from C. Needed for #2677
Showing
- src/box/lua/console.c 47 additions, 0 deletionssrc/box/lua/console.c
- src/box/lua/console.lua 6 additions, 26 deletionssrc/box/lua/console.lua
- third_party/lua-yaml/lyaml.cc 9 additions, 25 deletionsthird_party/lua-yaml/lyaml.cc
- third_party/lua-yaml/lyaml.h 30 additions, 0 deletionsthird_party/lua-yaml/lyaml.h
Loading
Please register or sign in to comment