Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] Msgpack wrong extension type in error message
@ 2020-06-15 15:56 Sergey Kaplun
  2020-06-15 15:56 ` [Tarantool-patches] [PATCH 1/2] lib: update msgpuck library Sergey Kaplun
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Sergey Kaplun @ 2020-06-15 15:56 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Alexander Turenko

This patch updates msgpucks library to be able to support encoding of
extension type for tarantool version 1.10-2.2 and fixes incorrect
extension type inside error message at msgpack decoding inside default
handler.

Branch: https://github.com/tarantool/tarantool/tree/skaplun/gh-5017-msgpack-wrong-ext-type
Issue: https://github.com/tarantool/tarantool/issues/5017

Sergey Kaplun (2):
  lib: update msgpuck library
  msgpack: fix wrong mp_ext type in error message

 src/lib/msgpuck          |   2 +-
 src/lua/msgpack.c        |   5 +-
 test/unit/CMakeLists.txt |   5 +
 test/unit/mplua.c        |  47 ++++
 test/unit/mplua.result   |   5 +
 test/unit/msgpack.result | 480 +++++++++++++++++++++++++++++++++++++--
 6 files changed, 528 insertions(+), 16 deletions(-)
 create mode 100644 test/unit/mplua.c
 create mode 100644 test/unit/mplua.result

-- 
2.24.1

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

end of thread, other threads:[~2020-07-17 11:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 15:56 [Tarantool-patches] [PATCH 0/2] Msgpack wrong extension type in error message Sergey Kaplun
2020-06-15 15:56 ` [Tarantool-patches] [PATCH 1/2] lib: update msgpuck library Sergey Kaplun
2020-06-15 15:56 ` [Tarantool-patches] [PATCH 2/2] msgpack: fix wrong mp_ext type in error message Sergey Kaplun
2020-07-14 15:46   ` Igor Munkin
2020-07-15  9:32     ` Sergey Kaplun
2020-07-15 15:21       ` Sergey Kaplun
2020-07-16 20:53       ` Igor Munkin
2020-07-17  8:35         ` Sergey Kaplun
2020-07-17  9:09           ` Alexander Turenko
2020-07-17  9:54             ` Sergey Kaplun
2020-07-17  9:23           ` sergos
2020-07-17 10:12           ` Igor Munkin
2020-07-17 11:02             ` Sergey Kaplun
2020-07-17 11:27 ` [Tarantool-patches] [PATCH 0/2] Msgpack wrong extension " Kirill Yukhin

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