[Tarantool-patches] [PATCH v2 0/2] box: fix session.push formatting

Chris Sosnin k.sosnin at tarantool.org
Fri Mar 13 17:58:06 MSK 2020


issue: https://github.com/tarantool/tarantool/issues/4686
branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-4686-session-push-fmt

Changes in v2:
 - Current format moved to struct session.
 - Applied review fixes.

Chris Sosnin (2):
  refactoring: store output format in struct session
  box: fix formatting in session.push

 extra/exports                 |  2 +
 src/box/lua/console.c         | 53 ++++++++++++++++++--------
 src/box/lua/console.lua       | 72 +++++++++++++++++++++++++++--------
 src/box/session.h             | 22 ++++++++---
 test/app-tap/console.test.lua | 14 ++++++-
 5 files changed, 126 insertions(+), 37 deletions(-)

-- 
2.21.1 (Apple Git-122.3)



More information about the Tarantool-patches mailing list