Tarantool development patches archive
 help / color / mirror / Atom feed
From: Kirill Shcherbatov <kshcherbatov@tarantool.org>
To: tarantool-patches@freelists.org, vdavydov.dev@gmail.com
Cc: Kirill Shcherbatov <kshcherbatov@tarantool.org>
Subject: [PATCH v9 1/6] lib: update msgpuck library
Date: Sun,  3 Feb 2019 13:20:21 +0300	[thread overview]
Message-ID: <b4cb7c542949680cef019cec9a7515bb4f37694e.1549187339.git.kshcherbatov@tarantool.org> (raw)
In-Reply-To: <cover.1549187339.git.kshcherbatov@tarantool.org>

The msgpack dependency has been updated because the new version
introduces the new mp_stack class which we will use to parse
tuple without recursion when initializing the field map.

Needed for #1012
---
 src/lib/msgpuck          | 2 +-
 test/unit/msgpack.result | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/msgpuck b/src/lib/msgpuck
index 3b8f3e59b..473372ec0 160000
--- a/src/lib/msgpuck
+++ b/src/lib/msgpuck
@@ -1 +1 @@
-Subproject commit 3b8f3e59b62d74f0198e01cbec0beb9c6a3082fb
+Subproject commit 473372ec0b111ff0731857bb4c45409866cb3a5d
diff --git a/test/unit/msgpack.result b/test/unit/msgpack.result
index 12e8f8626..385e7da0e 100644
--- a/test/unit/msgpack.result
+++ b/test/unit/msgpack.result
@@ -1633,7 +1633,7 @@ ok 15 - subtests
     ok 282 - buffer overflow on step 70
     # *** test_format: done ***
 ok 16 - subtests
-    1..10
+    1..12
     # *** test_mp_print ***
     ok 1 - mp_snprint return value
     ok 2 - mp_snprint result
@@ -1645,6 +1645,8 @@ ok 16 - subtests
     ok 8 - mp_fprint return value
     ok 9 - mp_fprint result
     ok 10 - mp_fprint I/O error
+    ok 11 - mp_snprint max nesting depth return value
+    ok 12 - mp_snprint max nesting depth result
     # *** test_mp_print: done ***
 ok 17 - subtests
     1..65
-- 
2.20.1

  reply	other threads:[~2019-02-03 10:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-03 10:20 [PATCH v9 0/6] box: Indexes by JSON path Kirill Shcherbatov
2019-02-03 10:20 ` Kirill Shcherbatov [this message]
2019-02-04  9:48   ` [PATCH v9 1/6] lib: update msgpuck library Vladimir Davydov
2019-02-03 10:20 ` [PATCH v9 2/6] box: introduce tuple_field_raw_by_path routine Kirill Shcherbatov
2019-02-04 10:37   ` Vladimir Davydov
2019-02-03 10:20 ` [PATCH v9 3/6] box: introduce JSON Indexes Kirill Shcherbatov
2019-02-04 12:26   ` Vladimir Davydov
2019-02-03 10:20 ` [PATCH v9 4/6] box: introduce has_json_paths flag in templates Kirill Shcherbatov
2019-02-04 12:31   ` Vladimir Davydov
2019-02-03 10:20 ` [PATCH v9 5/6] box: introduce offset_slot cache in key_part Kirill Shcherbatov
2019-02-04 12:56   ` Vladimir Davydov
2019-02-04 13:02     ` [tarantool-patches] " Kirill Shcherbatov
2019-02-04 15:10   ` Vladimir Davydov
2019-02-03 10:20 ` [PATCH v9 6/6] box: specify indexes in user-friendly form Kirill Shcherbatov
2019-02-04 15:30   ` Vladimir Davydov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4cb7c542949680cef019cec9a7515bb4f37694e.1549187339.git.kshcherbatov@tarantool.org \
    --to=kshcherbatov@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --cc=vdavydov.dev@gmail.com \
    --subject='Re: [PATCH v9 1/6] lib: update msgpuck library' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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