Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] fix box.session.push formatting
@ 2020-04-06 14:33 Chris Sosnin
  2020-04-06 14:33 ` [Tarantool-patches] [PATCH 1/2] session: store output format in struct session Chris Sosnin
  2020-04-06 14:33 ` [Tarantool-patches] [PATCH 2/2] box: fix formatting in session.push Chris Sosnin
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Sosnin @ 2020-04-06 14:33 UTC (permalink / raw)
  To: tarantool-patches, korablev

Nikita, please, do a second review.

First commit moves current output format to struct session.
Second commit adds Lua output format support for push().

@ChangeLog
- Add Lua output format support for box.session.push

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

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

 extra/exports                 |  2 +
 src/box/lua/console.c         | 56 +++++++++++++++++++-------
 src/box/lua/console.lua       | 76 +++++++++++++++++++++++++++--------
 src/box/session.h             | 22 +++++++---
 test/app-tap/console.test.lua | 38 +++++++++++++++++-
 5 files changed, 155 insertions(+), 39 deletions(-)

-- 
2.21.1 (Apple Git-122.3)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-07 21:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 14:33 [Tarantool-patches] [PATCH 0/2] fix box.session.push formatting Chris Sosnin
2020-04-06 14:33 ` [Tarantool-patches] [PATCH 1/2] session: store output format in struct session Chris Sosnin
2020-04-07 21:09   ` Nikita Pettik
2020-04-06 14:33 ` [Tarantool-patches] [PATCH 2/2] box: fix formatting in session.push Chris Sosnin
2020-04-07 21:26   ` Nikita Pettik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox