From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0B00C452566 for ; Tue, 12 Nov 2019 02:04:43 +0300 (MSK) From: Vladislav Shpilevoy Date: Tue, 12 Nov 2019 00:10:46 +0100 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] JSON preparation part 6 List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org The last preparatory patch for JSON updates. This is a couple of old commits rebased on the latest xrow update code. Both already got LGTM from Kostja. But I can't push them, so here is this patchset. Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-1261-json-updates-preparation-6 Issue: https://github.com/tarantool/tarantool/issues/1261 Vladislav Shpilevoy (2): json: lexer_eof and token_cmp helper functions tuple: account the whole array in field.data and size src/box/xrow_update.c | 28 ++++++++++++++++------------ src/box/xrow_update_array.c | 9 +++++---- src/box/xrow_update_field.h | 6 ++++-- src/lib/json/json.c | 37 +++++++++++++------------------------ src/lib/json/json.h | 31 +++++++++++++++++++++++++++++++ 5 files changed, 69 insertions(+), 42 deletions(-) -- 2.21.0 (Apple Git-122.2)